Home Technical Talk
The BRAWL² Tournament Challenge has been announced!

It starts May 12, and ends Sept 12. Let's see what you got!

https://polycount.com/discussion/237047/the-brawl²-tournament

Maya mel, set absoulte world positon.

passerby
polycounter lvl 14
Offline / Send Message
passerby polycounter lvl 14
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.