Code Snippet: Get geometry index on deformer

I needed a way to get the geometry index on a deformer based on the deforming shape name. Rather than trying to trace the connections in the dependency graph, Maya’s API has a much easier and faster method. This is also better than using the deformer command for the information since the command does...

More free stuff – seShapeTaper

Ok, so I had this MEL script sitting around a long time and wanted to share before it gets too out of date. This is the shape taper script that is in my demo reel that splits symmetrical set driven keys into left and right asymmetrical shapes on joints. What this script is for...

Some free PyMEL code – makeNameUnique

In the spirit of sharing some handy scripts and tools, as well as pushing my vote toward PyMEL. I am going to try to post some handy code snippets to copy and paste for your own uses. This is nothing big or fancy, mostly just small functions that are good to have in a...