-
Notifications
You must be signed in to change notification settings - Fork 3
Home
reyhard edited this page Nov 17, 2016
·
3 revisions
RDS_CheckAll is modified BI script which checks for various issue that are found in p3d files. While original file is pretty nice diagnostic tool & I decided to add some autofixing bits so encoding of addons is even faster.
Current version of scripts checks for:
- if res lod has more than 2 uv sets (3 are supported for visible lods). removes them if detected
- if special lod has more than single uv set (special lods don't require uv sets at all). removes them if detected
- if sections count is not too high
- smooth edges in shadow lod. script is trying to apply sharp edges to all edges
- quad faces in shadow lod. script is trying to triangulate that selection then - not implemented yet
- textures & materials in shadow lod.
- if geometry lods is closed, convex & has components
- isolated points
- roadway lod
- named properties
- file references
- duplicated selections (with difference only in casing)
- vertex & face flags
- empty resolution lods
Worth to read https://community.bistudio.com/wiki/User_talk:Sy