Skip to content

n1ckfg/MayaToolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To install, drop the .py files into your Maya startup scripts directory.

By default, your scripts directory should be:

Mac:

/Users/USER_NAME/Library/Preferences/Autodesk/MAYA_VERSION/scripts/

Windows:

C:\Users\USER_NAME\Documents\maya\MAYA_VERSION\scripts\

After restarting Maya, you can use the scripts' functions in your own scripts and shelf buttons.

To load the script automatically, create a new script named userSetup.py in the same location and add the line:

from mayatoolbox import *

An example userSetup.py script is provided, but it's generally better to edit your existing one than replace it.

About

Comprehensive intro to Maya Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages