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
move -rpr x y z
this should work with objects that have their transforms frozen too
Ninja Dojo: http://www.bk3d.com/Ninja_Dojo/Dojo.htm