gzMatchTransforms for Maya is a tool to do match transformations on multiple objects at same time by paired objects given a first selection list for the origin objects and second selection list to target objects.
Download package from here
-
Close all instances of any opened version of Maya.
-
Run the installer for your plattform.
- Windows by double clicking install_win.bat file.
- MacOS by double clicking install_mac file.
- Linux open shell and execute install_linux.sh file.
Note: on MacOS and Linux you may need to set execution permissions the installer file. Ex. chmod +x install_linux.sh
Place the gzMatchTransforms.py and __init__.py files in a folder named gzMatchTransforms in your Maya scripts directory and create a python shell button with the following code:
from gzMatchTransforms import gzMatchTransforms
try:
md_win.close()
except:
pass
md_win = gzMatchTransforms.gzMatchTransforms(parent=gzMatchTransforms.getMainWindow())
md_win.show()
md_win.raise_()