modelChecker is a python plug-in written for Autodesk Maya to sanity check digital polygon models. It is unopinionated, provides concise reporting, and lets you select your error nodes easily.
Download the modelChecker.zip and place the modelChecker folder in your Maya scripts directory and create a python shelf button with the following code:
from modelChecker import modelChecker_UI
modelChecker_UI.UI.show_UI()
There are three ways to run the checks.
- If you have objects selected, the checks will run on the current selection. Select objects in object mode. (component mode won't work).
- On a hierarchy by declaring a root node in the UI.
- The checks will run on the entire scene if nothing is selected and the root node field is left empty.
- Jakob Kousholt - Software Engineer
- Niels Peter Kaagaard - Senior Modeler at Weta Digital
For any bugs, errors, and requests, feel free to reach out to Jake
If you want to support us, feel free to "buy" the modelChecker from Gumroad.
modelChecker is licensed under the MIT License.