By default, ToolClips shipped with Maya are located in the builtin.toolclips directory. Any custom ToolClip content must be added to the user.toolclips directory.
builtin.toolclips
- Windows: C:\Program Files\Autodesk\Maya<version>\resources\builtin.toolclips
- Mac OS X: /Applications/Autodesk/maya<version>/Maya.app/Contents/Resources/builtin.toolclips
- Linux: /usr/autodesk/maya<version>-x64/resources/builtin.toolclips
- Windows: C:\Program Files\Autodesk\Maya<version>\resources\l10n\<language>\builtin.toolclips
- Mac OS X: /Applications/Autodesk/maya<version>/Maya.app/Contents/Resources/<language>/builtin.toolclips
Sub-directory | Description |
---|---|
Control |
Contains the default ToolClips.xml file. This file specifies the content that appears in the ToolClip window including tool titles, tool summaries, keyboard shortcuts, movies, images, and help links. |
Resources |
Contains the movie and image files specified in the ToolClips.xml file. Movies must be in WebM format and images must be in PNG or JPEG format. |
ui |
Contains resources that are used in the ToolClip window including icons. This subdirectory also contains files that define the formatting and layout of the window in a QML format. |
user.toolclips
- Windows: \Users\<username>\Documents\maya\<version>-x64\en_US\user.toolclips
- Mac OS X: /Users/<username>/Library/Preferences/Autodesk/maya/<version>-x64/user.toolclips
- Linux: /home/mayadev/maya/<version>-x64/user.toolclips
Sub-directory | Description |
---|---|
Control |
Place the ToolClips.xml file in this directory. |
Resources |
Place custom ToolClip content (movies, images) in this directory. |
Custom directory
- The custom directory name must use the .toolclips extension.
- The custom directory must contain the Control and Resources subdirectories.
- To view the ToolClip(s) in Maya, set the MAYA_TOOLCLIPS_PATH variable to point to the custom directory path(s).