drQt updates

create_job



drQt

drQt is a new project i’ve started and it aims to move and redesign the drqman interface with the help of PyQt . Details »

Extending the MayaAPI with python

If you are used to code with python under maya , you are already aware that the maya API doesn’t cover all the node types available.
The only thing that have to be done is creating a new class , inherited from an MFnDependency node, and start overriding the create function . Details »