Hi all,
I’m still looking for a functioning script that will go through a full skeleton hierarchy and enable all DOF:
setAttr “joint1.jointTypeX” 1;
setAttr “joint1.jointTypeY” 1;
setAttr “joint1.jointTypeZ” 1;
and turn off any rotation limits:
transformLimits -rx -360 360 -erx 0 0 joint1;
transformLimits -ry -360 360 -ery 0 0 joint1;
transformLimits -rz -360 360 -erz 0 0 joint1;
Thinking perhaps begin with select ls -type joint
or based on a selected hierarchy adding to an array?