Skip to content

JakobJK/modelChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modelChecker

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.

modelChecker

Install

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()

Usage

There are three ways to run the checks.

  1. If you have objects selected, the checks will run on the current selection. Select objects in object mode. (component mode won't work).
  2. On a hierarchy by declaring a root node in the UI.
  3. The checks will run on the entire scene if nothing is selected and the root node field is left empty.

Authors

Support & Feedback

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.

License

modelChecker is licensed under the MIT License.

About

Sanity checking tool for polygon models in Maya

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published