SkillAgentSearch skills...

MayaToolbox

Comprehensive intro to Maya Python.

Install / Use

/learn @n1ckfg/MayaToolbox
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars17
CategoryDevelopment
Updated3y ago
Forks7

Languages

Python

Security Score

65/100

Audited on Feb 8, 2023

No findings