Maya Python modules complete documentation?

泄露秘密 提交于 2019-12-12 03:07:03

问题


I've started using Python to script Maya for a school projet but i'm facing a problem with the documentation : I can't find anywhere a complete documentation of all the modules classes and function of the Maya API.

I've already foun the Python-style documentation for PyMEL module, but where is the reste of it ? E.g, the maya.cmds module ?

Thanks.


回答1:


Open the maya help inside of Maya (the F1 key in windows) or go to the online documentation (that link goes to the maya 2015 docs, your copy of Maya should have the right URL for your version). The commands are documented under Python Commands in the Technical Documentation chapter; the python API is documented in Maya Developer Help under Maya Python API.



来源:https://stackoverflow.com/questions/29446321/maya-python-modules-complete-documentation

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!