Automate joints RotateOrder
Hello.
I was following this tutorial and I couldn't make this script to work.
https://youtu.be/FN05iGspldI?t=1227
That's the script i'm typing
string $listofjoints[] = `listRelatives -type joint -ad`;
for($joint in $listofjoints)
{
setAttr ($joint + " .rotateOrder ") 4;
}
That is the error Maya gives me.
// Error: Line 5.39: Illegal operation "+" on data of type string[]. //
That's my first script in MEL so can anyone tell me what's wrong it?
Thanks in advance!
[img][/img]
Last edited by Mordecai; 07-12-2021 at 07:57 AM.