A assortment of tools I've made during my time at University of Hertfordshire studing 3D & VFX to aid and speed up my rigging workflow.
Many of the tools are made for my own hardware, in this repository I've tried my best to make the code work on any machine however there might be some cases where you might have to edit the code slightly.
- All tools are designed to be either run through the Maya script editor or a shelf tool and can be ran with a similar code to the below.
- See each individual sub-folder for the specific run code.
import sys
sys.path.append("C:\Docs\maya\2024\scripts") # change this to your path or a relative path
from folder import code
code.main()