top of page
Search
Dilen Shah
Aug 18, 20213 min read
Write your first MPxCommand (Maya Python API)
Let's learn how to write a Command in the Maya Python API using HelloWorld example.
2,160 views0 comments
Dilen Shah
Jul 11, 20216 min read
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...
1,649 views0 comments
Dilen Shah
Jul 3, 20211 min read
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...
268 views0 comments
Dilen Shah
Jul 3, 20212 min read
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....
190 views0 comments
Dilen Shah
Jul 3, 20213 min read
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...
247 views0 comments
Dilen Shah
Jul 3, 20216 min read
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...
211 views0 comments
Dilen Shah
Jul 3, 20214 min read
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...
171 views0 comments
bottom of page