AlbertoGZ-dev / gzMatchTransforms_Maya

gzMatchTransforms is a tool for Maya to do match transformations on multiple objects by paired objects given a first selection list for the origin objects and second selection list to target objects.

Home Page:https://github.com/AlbertoGZ-dev/gzMatchTransforms_Maya

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gzMatchTransforms for Maya

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.

Setup

Download package from here

Automatic installation

  1. Close all instances of any opened version of Maya.

  2. 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

Manual installation

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_()

About

gzMatchTransforms is a tool for Maya to do match transformations on multiple objects by paired objects given a first selection list for the origin objects and second selection list to target objects.

https://github.com/AlbertoGZ-dev/gzMatchTransforms_Maya


Languages

Language:Python 93.2%Language:Shell 3.5%Language:Batchfile 3.3%