Useful scripts and plugins for Autodesk Maya.
plugins.py adds the plugins folder to MAYA_PLUGIN_PATH and implements the plugins folder as a virtual python package.
- mayakit.plugins.load_all - load all plugins included in mayakit
- mayakit.plugins.reload_all - reload all plugins included in mayakit
- mayakit.plugins.unload_all - unload all plugins included in mayakit
- mayakit.plugins.safe_load - load a plugin by name
- mayakit.plugins.safe_unload - unload a plugin by name
- mayakit.plugins.safe_reload - reload a plugin by name
MPxLocatorNode that draws text in your hud using python string formatting. Supports vp1 and vp2 drawing with fully configurable font options.
Reorder the cvs of a nurbsCurve
Uniformly resample a nurbsCurve. Essentially the combination of rebuildCurve and subCurve nodes. The benefit over rebuildCurve is that resampling the curve does not attempt to maintain curvature and will not suffer from stray points when resampling with lots of points.
Outputs matrices distributed along a nurbsCurve
Samples a shading network at the specified uv coordinates
Utilities and rigs for working with nurbsCurves and hairSystems.