top of page



Search


Using the Maya Python API to Parallelize Tasks
Multithreading is a powerful technique that can be used to improve the performance of Maya scripts. By running multiple tasks...
Dilen Shah
Aug 30, 20234 min read


Changes and Updates from Python 2 to Python 3
Python 3 is the latest major version of the Python programming language. It was released in 2008, and is designed to be a more robust,...
Dilen Shah
Aug 22, 20234 min read


Maya API: The Maya Billboard Node
The Maya Billboard node is a node that can be used to make objects appear to always face the camera. This can be useful for creating...
Dilen Shah
Aug 15, 20233 min read
bottom of page