With Maya 2010 there is a new entry in the regular docs
User Guide > General > Python > Tips and tricks for scripters new to Python
Even not so new scripters may be interested in reading about:
Registering a Python function as a MEL procedure using:
maya.mel.createMelWrapper()
The above is great for using Python functions with the new "Container Rmb Menu" attribute on the container node.
It also helps work around some of the more difficult callbacks that need to receive args from Maya.
Using Wing IDE with Maya
Debugging Python scripts in Maya
Custom UI using a Python class
thanks to John Creson for the tip





Subscribe
Comments