Documentation

From Omtwiki

Contents

General Information

The toolbox is seperated into a bunch of small files, each containing a tool.
The tools are all managed by the OMT_toolboxMenu.mel which checks the omtoolbox/scripts dir for mel files and arranges them into known files (starting with OMT_[something] and 'custom' files.
It then creates a list of the mel files in the omtoolbox -> Settings -> Tool Managing which makes you able to load/unload whatever tools you like to appear in your menu, and furthermore set the maya mode for which you want them to appear.

When placing your own custom tool files in the omtoolbox dir, beware that it only contains one actual tool and that it gets executed by typing it's filename in the command line

Installation guide


Package Content

Menu System

Manages the toolbox tools in a menu. Loads all .mel files located in the omtoolbox/scripts dir into a GUI [settings] and lets you load/unload tools into the menu and select for which maya mode the different tools should appear in the menu. To use your own custom tool with the menu system, make sure that the tool gets executed by a string matching the filename (without ".mel). Place your tool in the omtoolbox/scripts dir and load it from the settings window.

Download Menu system file

Standard tools

Extras