Mayan-Seraph
09-08-2006, 08:39 PM
I used the rot command to rotate a point about a vector, and then wanted to print the result.
All I did was this,
vector $tyy = rot <<1,1,1>> <<1,0,0>> 1;
print $tyy;
and it just didn't work. Maya won't eat it. Even if I add brackets around the entire command it's result won't be recognized as a simple vector.
So my question is, how can I store the result of my rot command?
All I did was this,
vector $tyy = rot <<1,1,1>> <<1,0,0>> 1;
print $tyy;
and it just didn't work. Maya won't eat it. Even if I add brackets around the entire command it's result won't be recognized as a simple vector.
So my question is, how can I store the result of my rot command?
