Skip to content

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.

AlbertoGZ-dev/gzMatchTransforms_Maya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published