Testing a Scene with Static Analysis

The Static Analysis viewport analyzes your scene using a default set of tests. The tests run against elements in the scene and report back on whether certain criteria have failed, such as floating vertices, empty groups, and unused images. Each failed test has preset actions that you can perform to cause failing tests to complete successfully, either by remedying the problem or setting the test to a known fail state.

Static Analysis is similar to Mesh Cleanup and Scene Cleanup, but it has a richer set of test criteria. Static Analysis also provides the tools to create your own scene tests using six static analysis functions. You can find example tests in the Modo bundle here:

<install_directory>/resrc/Python2Kit/extra64/Python/Scripts/lxserv/

staticanalysis_MiscTests.py

staticAnalysis_SceneCleanup.py

staticAnalysis_USD.py

Running the Analysis