Parent Constraint to Last - Maya Python
- Monday, March 23 2015
- Development
- Development, Maya, Python, Snippets
Snippet to constraint all selected nodes to the last selected.
Snippet to constraint all selected nodes to the last selected.
Hey guys! Here is a quick snippet to just group nodes under their own little group hierarchy, which will provide us with a driver group and a xform group. The xform group is the one that contains the offset values from the parent node while the driver is the group we will use for all connections needed (sometime I even have two driver groups).
Hey guys! first rigging script for python in maya! pretty simple, it creates a FK chain from selected joints with flags to align the controllers to world or to the Joint. Wrote this script to do Gainer's(Sasktel) spine rig in Maya ( I am re-rigging him in Maya.)
In the past years I started creating my own library of functions and scripts that would automate a lot of the processes that I often use when rigging characters to speed up the rigging process even more.