Maya Python modules complete documentation?

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

1 Answer

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.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like