A professional Maya tool for organizing and managing 3D rig assets. Provides a dockable interface to easily browse, filter, and load rigs into your Maya scene.
- Favorites System: Mark your most-used rigs with high-fidelity, interactive heart icons featuring dynamic contrast detection for visibility on any background.
- Rig Versions: Switch between different file versions (e.g., Proxy, Performance, Render) directly from the rig card.
- Bulk Editing: Select multiple rigs to update tags, collections, or authors in a single operation.
- Instance Management: Handle multiple rig instances in your scene with dynamic buttons (ADD/REMOVE/MANAGE).
- Advanced Search: Filter by metadata or use keywords that now include a dedicated Notes field.
- AI Auto-Tagging: Automatically add metadata using Gemini, ChatGPT, Claude, Grok, or OpenRouter.
- Path Replacements: Map shared databases across machines with localized path swaps.
View and modify rig metadata including name, collection, author, tags, and thumbnail.
Featuring the rig Golem Critter by Tristen
Quickly find rigs using filters for collection, tags, author, or status.
Featuring the Body Mechanics Rigs by Joe Daniels
Copy the RigsUI folder to your Maya scripts directory:
- Windows:
C:\Users\<NAME>\Documents\maya\scripts\ - macOS:
~/Library/Preferences/Autodesk/maya/scripts/ - Linux:
~/maya/scripts/
Run the following python code in the Maya Script Editor (Python tab):
import RigsUI
RigsUI.show()Add One Rig:
- Click the + (Add) button and select Add Manually.
- Select a Maya file (
.maor.mb). - Fill in the details (Name, Collection, Author, Tags).
- The rig is added to the library.
Add Multiple Rigs:
- Click the + (Add) button and select Scan Folder.
- Select a directory to scan.
- Review discovered rigs, categorize them, or add them instantly using the scanner UI.
RigsUI provides a dynamic system to manage references in your Maya scene:
- ADD: Click to add the first reference of a rig.
- REMOVE: Click to remove the rig reference (appears when exactly 1 instance exists).
- [+] Button: A small shortcut button that appears next to the main action button once a rig is referenced, allowing you to quickly add additional instances.
- MANAGE: Click to open a menu of all current instances. You can remove specific instances by their namespace from here.
- Info & Edit: Click the ⓘ button to view rig details.
- Context Menu: Right-click the ⓘ button to access advanced actions:
- Edit Details: Modification of metadata.
- Open Rig Scene: Opens the original file in a new Maya scene.
- Show in Folder: Reveals the file in Explorer/Finder.
- Remove Rig: Removes the entry from the library database.
- Autodesk Maya 2022+ or higher.
- Python 3. Working on Python 2 compatibility.
- Standard Maya Python environment (
maya.cmds,PySide2orPySide6)
Check it out on CHANGELOG.md.
If you find any issues, please report them on the GitHub issue tracker.
Contributions are welcome! Please submit a pull request.
The source code was written by me, Alehaaaa, with significant assistance from AI tools. Specifically, AI Agents (like Gemini within Antigravity or ChatGPT) and manual contributors.
- Check out Antigravity here: https://antigravity.google/
- And ChatGPT here: https://chat.openai.com/
MIT License. See LICENSE for details.


