Interfaces > Core Interfaces > MeshInspector |
The MeshInspector Core Interface available in 3ds Max 2014 and higher exposes properties for the system for checking and repairing inconsistent data in scene geometry objects.
The Mesh Inspector runs in the background and checks geometry objects for errors after the scene is loaded, before the scene is saved, or when the topology of an object is changed at the base object level or on the stack.
The Mesh Inspector checks for the following potential problems:
The system works at two levels:
MeshInspector.Enable : bool : Read|Write
When set to True (default), the Mesh Inspector will be enabled and will check geometry objects for Level 2 errors.
When set to False, no Level 2 inspection will be performed. Level 1 errors will still be checked for and repaired automatically as long as MeshInspector.RepairMesh is set to True.
MeshInspector.RepairMesh : bool : Read|Write
When set to True (default), the Mesh Inspector will fix Level 1 errors and report Level 2 errors.
When set to False, the Mesh Inspector will not fix any Level 1 or Level 2 errors, only report them according to the settings below. The effectively sets it to Report-Only mode.
MeshInspector.ShowDialog : bool : Read|Write
When set to True, the Mesh Inspector will show a dialog when one or more Level 2 errors are detected.
When set to False (default), no dialog will be displayed.