Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 521 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 521 Bytes

Rig-No-Jutsu

A collection of rigging scripts I've created over the years. More to come soon.

More Info

anthonylynch.xyz/rig-no-jutsu

Install

Clone 'jutsu' repo to 'maya/scripts'

Run

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