Skip to content

svndes/Maya-Create-Controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

Create Controllers

Screenshot 2026-05-02 133520

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.

Features

  • 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.

Installation

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()

Contributors

Languages