Code:
select -cl ;joint -p 0 55 0 -n Root;
joint -r -p -6 -2 0 -ax 180 -az -90 -n RightHip;
joint -r -p 23 0 0 -n RightKnee;
joint -r -p 23 0 0 -ay 45 -n RightAnkle;
joint -r -p 5 0 0 -ay 45 -n RightFoot;
joint -r -p 5 0 0 -n RightFootEnd;
select -r Root;
joint -r -p 6 -2 0 -ax 180 -az -90 -n LeftHip;
joint -r -p 23 0 0 -n LeftKnee;
joint -r -p 23 0 0 -ay 45 -n LeftAnkle;
joint -r -p 5 0 0 -ay 45 -n LeftFoot;
joint -r -p 5 0 0 -n LeftFootEnd;
select -r Root;
joint -r -p 0 0 0 -az 90 -n Spine1;
joint -r -p 7 0 0 -n Spine2;
joint -r -p 7 0 0 -n Spine3;
joint -r -p 7 0 0 -n Spine4;
joint -r -p 0 0 0 -az 60 -n LeftClav;
joint -r -p 8 0 0 -az 30 -n LeftShoulder;
joint -r -p 15 0 0 -n LeftElbow;
joint -r -p 15 0 0 -n LeftWrist;
joint -r -p 4 0 0 -n LeftHandEnd;
select -r Spine4;
joint -r -p 0 0 0 -ax 180 -az -60 -n RightClav;
joint -r -p 8 0 0 -az 30 -n RightShoulder;
joint -r -p 15 0 0 -n RightElbow;
joint -r -p 15 0 0 -n RightWrist;
joint -r -p 4 0 0 -n RightHandEnd;
select -r Spine4;
joint -r -p 7 0 0 -n Neck;
joint -r -p 10 0 0 -n Head;
