After you add a new element to Maya's interface, you can create a ToolClip to provide users with custom learning content.
When you hover over an item in Maya's interface, ToolClips look for a key name to identify it. ToolClips that ship with Maya use the last element of the interface item's hierarchical name as the key name. When creating your own custom ToolClips, you must use the interface item's name as the key name. You can link interface items to ToolClips by assigning the key name to the <key> attribute in the ToolClips.xml file. (See Parts of the ToolClip XML file).
You must copy the XML file to the user.toolclips directory, because any edits you make in the builtin.toolclips directory will be overwritten by software patches and upgrades.
Each unique ToolClip is enclosed by <toolclip> elements. ToolClips that appear in Maya's interface are all located in the ToolClips.xml file.
Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License