Can't Select Local Rotation Axis in Maya (How to Fix)

This Mel Script will fix this.

string $tempSelection[] = `ls -sl`; print $tempSelection[0]; select -r ($tempSelection[0]+".rotateAxis");


Comments