All Projects → n1ckfg → MayaToolbox

n1ckfg / MayaToolbox

Licence: other
Comprehensive intro to Maya Python.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to MayaToolbox

gt-tools
GT Tools is a free collection of scripts for Autodesk Maya
Stars: ✭ 44 (+175%)
Mutual labels:  maya, rigging
cmdc
Maya Python API 3.0
Stars: ✭ 98 (+512.5%)
Mutual labels:  maya, rigging
weights editor
A Maya tool to edit skin weights
Stars: ✭ 52 (+225%)
Mutual labels:  maya, rigging
polySymmetry
Maya tool for finding the symmetry of a polygon mesh based on the topology.
Stars: ✭ 51 (+218.75%)
Mutual labels:  maya, rigging
skinner
Skin export / import tools for Autodesk Maya
Stars: ✭ 68 (+325%)
Mutual labels:  maya, rigging
xformArrayNodes
Maya plugin with nodes designed to operate on transform components.
Stars: ✭ 27 (+68.75%)
Mutual labels:  maya, rigging
polyReorder
Maya plugin with tools to reorder the vertices on a mesh to match the order of another.
Stars: ✭ 21 (+31.25%)
Mutual labels:  maya, rigging
Mayanomicon
Custom nodes and introspection with the maya API
Stars: ✭ 28 (+75%)
Mutual labels:  maya, rigging
pipeVFX
A Visual Effects pipeline to manage jobs, shots and software assignment, with a simple asset manager. Its extensively integrated with CortexVFX and Gaffer. (and it builds booth, with support for Maya, Houdini and Nuke, if you have then installed!)
Stars: ✭ 47 (+193.75%)
Mutual labels:  maya
RadeonProRenderMayaPlugin
This hardware-agnostic rendering plug-in for Maya uses accurate ray-tracing technology to produce images and animations of your scenes, and provides real-time interactive rendering and continuous adjustment of effects.
Stars: ✭ 32 (+100%)
Mutual labels:  maya
maya-glTF
glTF 2.0 exporter for Autodesk Maya
Stars: ✭ 121 (+656.25%)
Mutual labels:  maya
bookmarks
A PySide2 based file and asset manager for animation and CG productions.
Stars: ✭ 33 (+106.25%)
Mutual labels:  maya
MoPlugs
MotionBuilder Extensions Pack
Stars: ✭ 27 (+68.75%)
Mutual labels:  rigging
maya-capture-gui
GUI front-end for maya-capture
Stars: ✭ 68 (+325%)
Mutual labels:  maya
AnimationDNA
Maya > Arnold > Nuke pipeline
Stars: ✭ 101 (+531.25%)
Mutual labels:  maya
io pdx mesh
Import/Export files for the Clausewitz game engine
Stars: ✭ 49 (+206.25%)
Mutual labels:  maya
vfxwindow
Python Qt Window class for compatibility between VFX programs
Stars: ✭ 80 (+400%)
Mutual labels:  maya
jlr sort attributes
A tool to sort the Channel Box attributes in Autodesk Maya.
Stars: ✭ 19 (+18.75%)
Mutual labels:  maya
MayaPartioTools
MayaPartioTools is an open-source plugin to visualize and import particle data in Maya.
Stars: ✭ 20 (+25%)
Mutual labels:  maya
onionSkinRenderer
This is an Onion Skin Renderer for Autodesk Maya
Stars: ✭ 93 (+481.25%)
Mutual labels:  maya

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].