Greetings,
I am in the process of creating a script that allows me to copy/paste coordinates in translation values from an object.
*Before anyone suggests using the align tool, I need to copy the translation coordinates from an object before a load animation and paste the coords on the same object (after the animation load). So, align tool is not what I am after.
The script below is very similar to what I am trying to do, but without the checkboxes and other misc.:
http://www.scriptspot.com/3ds-max/scripts/copy-paste-transforms
Summary:
Have two GUI buttons “Copy” and “Paste”
- Select object
- “Copy” (button) translation coords
- “Paste” (button) the values onto a selected object
I hope that is understandable. Much appreciated for any advice as I had not found any relatable threads!