maya 测试工具包
注意下方的python是你的Python, 正常情况下可以直接通过python调用, 而Maya的python一般是C:\Program Files\Autodesk<Maya版本>\bin\mayapy.exe
python -m pip install maya-test-tools
在windows下maya的安装例子
注意:
- 请将Maya路径替换为自己的。
- 请使用cmd
"C:\Program Files\Autodesk\Maya2018\bin\mayapy.exe" -m pip install cpmel
from maya_test_tools import open_file
open_file('maya file path')
from maya_test_tools import question_open_maya_gui
question_open_maya_gui()
该项目签署了Apache-2.0 授权许可,详情请参阅 LICENSE