What's the proper usage for this? Given: myJoint = pymel.PyNode( 'joint_0' )
# This works myJoint.orientAxis( 'xyz' ) # how do i get this to work? myJoint.secondaryAxisOrient( 'yup' ) Thanks for any info. -- http://groups.google.com/group/python_inside_maya
