ModelCheckerForMaya/README.md

16 lines
227 B
Markdown
Raw Permalink Normal View History

2024-10-01 19:54:21 +08:00
# Model Checker (WIP)
2024-10-01 19:53:07 +08:00
2024-10-01 19:54:21 +08:00
![img](./images/ui.png)
## Requirements
[CheckTools plugins](https://github.com/minoue/CheckTools)
## Usage
python
```
from ModelCheckerForMaya import modelSanityChecker
modelSanityChecker.main()
```