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
708 views
1 comment

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
50 views
0 comments

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
158 views
0 comments

How to Use Undo in the Maya API
The Maya API is a powerful tool that can be used to automate tasks, create custom tools, and extend the functionality of Maya. However,...
Dilen Shah
Aug 7, 20233 min read
345 views
1 comment


Write your first MPxCommand (Maya Python API)
Let's learn how to write a Command in the Maya Python API using HelloWorld example.
Dilen Shah
Aug 18, 20213 min read
2,243 views
0 comments

Introduction to Maya API
Before diving into Maya API, it is important to first understand what the Maya API is, what functionality it offers beyond that of...
Dilen Shah
Jul 11, 20216 min read
1,723 views
0 comments
Applied 3D Math
Math has always been a fun or really bad experience for a lot of people, especially in the Animation and VFX world. Here is my go at...
Dilen Shah
Jul 3, 20211 min read
272 views
0 comments


Barycentric Coordinates
A Barycentric Coordinate system is a coordinate system in which the location of a point is specified as a weighted sum of other masses....
Dilen Shah
Jul 3, 20212 min read
223 views
0 comments


Rotations
From my previous posts of Matrices, we saw that a transformed matrix in Maya stores an object’s orientation information in the upper 3 x3...
Dilen Shah
Jul 3, 20213 min read
257 views
0 comments


Matrices
I know we all love Keanu Reeves in the Matrix and could talk for hours about the movie but we are here to talk about the math side of it...
Dilen Shah
Jul 3, 20216 min read
214 views
0 comments


Vectors
Vectors are the most basic elements when it comes to 3D Math. In general mathematical terms, a vector is a one-dimensional array of...
Dilen Shah
Jul 3, 20214 min read
174 views
0 comments


Rendering Yeti Hair in Pixar’s Renderman
Hey guys, I have always been intrigued and amazed by the render quality of Pixar Renderman especially when rendering Hair in their films....
Dilen Shah
Jul 2, 20212 min read
563 views
2 comments


Viewport 2.0 and Drawing with OpenGL in Maya
Hey guys, Its been a while since I have posted something here as a lot has happened in the past few months for me. Moved to another...
Dilen Shah
Jul 2, 20215 min read
4,125 views
2 comments

Get Closest Vertex Id using UV space (Maya API)
Hey guys, So i am working on something in which I need to get vertex Id on my main mesh from the UV space from another mesh. Like in this...
Dilen Shah
Jul 1, 20212 min read
1,680 views
0 comments
bottom of page