a few days ago I wrote this maxscript to do this for selected objects, which was setting the poistion and rotation of the object to {0,0,0} you can try it out if you open the Maxscript listener (F11) create a new maxscript window (ctrl+n) paste this code and hit evaluate (ctrl+e)in coordsys parent $.pos = [0,0,0];in…