Rig Builder: An easy to use ui maker for python scripts. Mostly used in Maya rigging
Rig Builder is a flexible UI maker for python scripts. Mostly used in Maya rigging but can be adapted for any other purposes.
How to run
Add rigBuilder folder to your script path and run the following:
import rigBuilder
rigBuilder.mainWindow.show()
File structure
Name | Description |
---|---|
modules | All modules in xml |
qss | Dark style |
utils | Utilities such as yapf for python formatting |
widgets | Attribute widgets |
classes.py | Definition of the two main classes: Attribute and Module |
editor.py | Python code editor |
templateWidgets.py | Widgets set up here |
The Basics
The main working element is a module. The module is a container with attributes and executable Python code.