Archive for November, 2008
Maya Custom Manipulator/Locator
Saturday, November 15th, 2008It’s really simple and quick to make your own nodes and plugins using python in Maya!
Here’s my own locator and manipulator, I just modified the existing footPrintManip scripted plugin that comes in the Maya Devkit. Another advantage of a scripted plugin is that you don’t need to recompile it when using in different Maya versions.
The […]