Welcome to the Maya Custom Controller UI script! This tool simplifies your rigging workflow with an intuitive interface for creating and modifying control curves in Autodesk Maya.
- Shape Library: Create various control shapes via icon buttons.
- Auto-Offset: Automatically generates a hierarchy of offset/SDK groups.
- Text Curves: Quickly turn text strings into clean NURBS control shapes.
- Color Palette: 31-color override palette for quick rig organization.
- Utility Tools: Change existing shapes, combine shapes, and adjust line width.
Download the Script.
copy createController the script folder to Maya's default "scripts" folder.
Windows: Documents/maya/scripts
macOS: ~/Library/Preferences/Autodesk/maya/scripts
Linux: ~/maya/scripts
Run the Script in Maya:
Open Maya and head over to the Script Editor.
Switch to a Python tab and run the following lines.
from createController import createController
createController.launchUI()