# RiggingTeamTools **Repository Path**: yihao.ti/RiggingTeamTools ## Basic Information - **Project Name**: RiggingTeamTools - **Description**: Scripts for maya animators and animations... - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2015-06-14 - **Last Updated**: 2021-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README import sys Path = '//bjserver2/WScriptsTool/rig/RiggingTeamTools' if Path not in sys.path: sys.path.append(Path) import RootUI reload(RootUI) RootUI.PlugTool() #