Hey all
In Maya there is a command that will move whatever you currently have selected to the center of the grid, by typing in
move -x 0 (for the X axis, otherwise you use -y or -z)
What I want to know is if there is a similar command for 3ds Max (specifically 3ds max design 2k11).
Help?
Replies
Use: $.pos.x, $.pos.y, $.pos.z
to make it hold the value of the given axis
You can also use the type in coordinates boxes down in the lower bar, to the right of the padlock.
A few weeks ago I did a write up on max script for newbies that covers this kind of stuff in greater detail.
http://www.polycount.com/2011/05/16/maxscript-for-newbies/