ModelCheckerForMaya/README.md
2024-10-01 19:54:21 +08:00

16 lines
227 B
Markdown

# Model Checker (WIP)
![img](./images/ui.png)
## Requirements
[CheckTools plugins](https://github.com/minoue/CheckTools)
## Usage
python
```
from ModelCheckerForMaya import modelSanityChecker
modelSanityChecker.main()
```