A collection of rigging scripts I've created over the years. More to come soon.
Clone 'jutsu' repo to 'maya/scripts'
Color Changer
from jutsu.ui import ColorChangerUI
ColorChangerUI.PaletteUI().run()
Copy Vert Weight
from jutsu.ui import CopyWeightToVertUI
CopyWeightToVertUI.show_gui()
Limit No Jutsu
from jutsu.ui import LimitUI
LimitUI.LimitUI().run()