Home Technical Talk

Maya mel, set absoulte world positon.

passerby
polycounter lvl 12
Offline / Send Message
passerby polycounter lvl 12
hello im trying to find a way to set the world position of a object, to a absolute value, even after it;s transformations have been frozen.

from the GUI it;s easy enough, to just use the input field in the top right corner set to absolute mode, the problem is doing it from script.

i tried

xform -a -ws -t 0 0 0;

and

move -a -ws 0 0 0;

and neither one of them will set the object back to 0 0 0 after it's transformations have been frozen.

Replies

Sign In or Register to comment.