Lynn5160 / RiggingTeamTools

Scripts for maya animators and animations...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import sys

Path = '//bjserver2/WScriptsTool/rig/RiggingTeamTools'
if Path not in sys.path:
    sys.path.append(Path)


import RootUI
reload(RootUI)
RootUI.PlugTool()

#

About

Scripts for maya animators and animations...


Languages

Language:Python 97.4%Language:Mathematica 2.6%