MatchTrs, is an animation script tool for Maya.
https://vimeo.com/306625588
INFO:
It is compatible with maya 2016/2017/2018+, using it on maya2017+ gives you the ability to dock the matchTrs window anywhere you like. ( thank you to maya 2017+ new ui features, by default the script ui runs under your channelBox, then you can dock it where you prefer )
matchTrs is a useful tool for any animator that wants to be efficient:
-You can Copy and Paste transform informations from memory, in world and local space , over time and also on multiple objects.
(eg: useful to lock sliding feet on your characters without using constraints )
-Also you can Snap one or more objects to another on single frame or over time (world space baking).
Is optimized (fast!) and animation friendly, in maya 2017+ can also be docked to any maya tab.
(how to videos coming soon)
to install :
download animTools.zip and unzip the file inside your
...../user /maya/script/ directory.
#eg.
so your folder should look like this:
C:\Users****\Documents\maya\scripts\animTools\matchTrs
once you have done so , to run the script open the scriptEditor and inside a python tab, execute :
#-------------CopyStart-----------------------------
from animTools.matchTrs import matchTrs
matchTrs.run()
#-------------CopyEnd------------------------------
In addition, you can drag and drop the above text onto any shelf.(recommended!)