Skip to content

standinManager is a tool for Maya to change massively properties in standin nodes

Notifications You must be signed in to change notification settings

AlbertoGZ-dev/standinManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

standinManager

standinManager is a tool for Maya to change massively properties in StandIn nodes.

Setup

Manual installation

Place the standinManager.py and __init__.py files in a folder named standinManager in your Maya scripts directory and create a python shelf button with the following code:

from standinManager import standinManager

try:
    md_win.close()
except:
    pass
md_win = standinManager.standinManager(parent=standinManager.getMainWindow())
md_win.show()
md_win.raise_()

About

standinManager is a tool for Maya to change massively properties in standin nodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages