Every now and then I find myself wanting to copy multiple transformation values (translate/rotate/scale etc) from one object to another in the channel box. I usually end up copying them one by one, which is kinda tedious. I'm thinking I could probably use constraints instead but I'm not sure it'll actually be quicker.
Does anyone know if there's a mel script for this or are there other quick ways to do it?
Replies
-select that object than the object you wished had the proper transform values
-modify > replace objects.
Then just select in the channel box what you want to copy and press TAB.
@warby Replace objects is a good option especially if you want to copy many values. Although it seems the translation is always copied though so it might not work to only copy rotation or scale(?).
Thanks for your help guys!
@Warby - I tried your method but seems to just create a copy of my object in a different location despite them being in duplicate hierarchies and I can't figure out why.
Duplicating the object is not ideal though as the objects I'm duplicating the transforms of are controls of a rig (I have several copies of the same character imported to do similar things with)
@Natsu - This method would be perfect, but it just isn't doing it..
I've tried multiple combinations, but the only thing Tab will do is zero out all the values no matter what's selected or in whatever order..
I'm using Maya 2014, perhaps they broke that and left it like they broke hitting Enter to close the Edit Layer dialogue?
Cheers,
Tony
I took it to literally mean select all of the attributes and hit TAB.
You actually have to just click the highest one you're after and keep hitting TAB to go through them, like in this 10 second video:
https://vimeo.com/26338568
But can I do this tip among different frames?
From there click File > Save Script to shelf. Name it 'Copy Transform values' or whatever you prefer. Any time you want to use it just click the object you want to copy from first then select the object you are copying to and then click the tool.
Then select the one you want to copy
Then select "Modify" > "Match All Transformations", this will copy everything: roation, scale, transforms. Thanks Barlaton
This works well with rig CTRLs