To install a module:
MAYA_MODULE_PATH
environment variableWhen Maya starts up, it will read in the module description file and add the module's icons
directory to XBMLANGPATH
, add the module's plug-ins
directory to MAYA_PLUG_IN_PATH
, add the module's presets
directory to MAYA_PRESET_PATH
and add the module's scripts
directory to MAYA_SCRIPT_PATH
and PYTHON_PATH
.
Note:
MAYA_MODULE_PATH
defines the search paths for Maya module files. To see what directories this environment variable is set to, use thegetenv
command in the Maya Script Editor or Maya command line:getenv MAYA_MODULE_PATH
You can also add additional directories to
MAYA_MODULE_PATH
in theMaya.env
file. See Setting up your build environment for information aboutMaya.env
.