top of page



Search


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


Copy Weights between Asymmetrical Meshes Using Barycentric Coordinates (Maya API)
Hey guys, So I have been using Barycentric Coordinates a lot these days and thought I would use it for something useful that could also...
Dilen Shah
Jul 2, 20213 min read
736 views
0 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