SkillAgentSearch skills...

ModelChecker

Sanity checking tool for polygon models in Maya

Install / Use

/learn @JakobJK/ModelChecker
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<h1 align="center">modelChecker</h1>

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.

View on GitHub
GitHub Stars211
CategoryDevelopment
Updated21d ago
Forks27

Languages

Python

Security Score

95/100

Audited on Feb 27, 2026

No findings