Skip to content

satishgoda/telims_pipe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Use:

Download and unzip the repo. Place telims_pipe directory in the maya scripts folder.

Then: import telims_pipe

To Use Autorig:

import telims_pipe
from pipe_ui import autorig_ui

autorig = autorig_ui.AutorigUI()
autorig.build_gui()

To Use Joint Renamer:

import telims_pipe
from pipe_ui import joint_renamer_ui

joint_renamer = joint_renamer_ui.JointRenamer()

To Use Curve Joint Generator:

import telims_pipe
from rig_tools import curve_joint_generator

gui = curve_joint_generator.CurveJointGenerator()
no_gui = curve_joint_generator.CurveJointGenerator(False, 20, False, True, "testing", "r", "arm")

reloading

# for reloading, just reload telims_pipe
reload(telims_pipe)

About

Personal Pipe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%