Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
This is a BeanShell macro for jEdit. This macro allows you to search Maya mel commands based on a selection in the current buffer or if no selection is made, will prompt you for the item to search for. The InfoViewer plugin is required to display the results (available from the Plugin Manager inside jEdit).
How to make it work:
The macro requires access to a directory containing the .html files for all the Maya mel commands. For Maya 7.0, the base directory is here: C:/Program Files/Alias/Maya7.0/docs/Documents/Maya7.0/en_US/
There will be a file called "Commands.zip" which contains all the required .html files.
Make a new directory (this macro looks in /melCommands) and unzip the file to this directory.
Make sure the path in line 48 of this macro file, points to the new directory.
note: The directory can be made anywhere, but the .html files do require the icons found in the /gfx directory in the same path.
Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.