I need a way different about something more correct to do this:

cmds.group(n='A',em=True)
cmds.joint( p=(0, 0, 0), name='jointA' )
cmds.group(n='B',em=True)
cmds.joint( p=(0, 1, 0), name='jointB' )
cmds.group(n='C',em=True)
cmds.joint( p=(0, 2, 0), name='jointC' )


cmds.ungroup (cmds.ungroup (cmds.ungroup ('C'),'B'),'A')



suggestions?

-- 
http://groups.google.com/group/python_inside_maya

Reply via email to