Maya Scripting
Scripts I've written for Maya. Code can be found on my Github!
Control Curve Creator (Python)
Creates control curves at selected joints. Sets curve normal direction based on vector between each selected joint and its child(ren), and scales curves relative to joint radius.
Checks for joint hierarchies within selection and parents curves accordingly.
Batch Drawing Override (Python)
Enables user to activate drawing overrides and change the color of multiple selected NURBS curves.
UI Label Creator (Python)
Creates annotation "labels" for all selected NURBS curves, automatically named and populated based on the parent curve's attributes. Parented to the parent curve with frozen transformations.
Locator Creator at Joints (Python)
Creates frozen-transform locators at all selected joints and constrains joints to locators. Groups all locators.
Back to Top