Hi there,
I am looking for a way to move an object to a specific location in world space. I tried this with xform() and move(), but so far I can only figure out how to move objects a certain number of units from where it currently is. Instead, I want to move the object TO a specific place, regardless of where it is currently.
For example, say I have an object somewhere in the world with it's transformations frozen and I want to to move it to, say exactly [10,0,0]. If anyone could give me a nudge in the right direction, I'd really appreciate it!
Thanks,
Aren