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.
As most MEL scripters know, Maya's Script Editor window is a pretty bare, featureless environment for developing MEL scripts. Using a third party Editor provides a superior environment for developing MEL scripts. For example, Crimson Editor supports highlighting of MEL syntax, display of line numbers, Search and Replace, formatting, and many other useful features.
A common workflow is to write and edit a script in an external Editor, and then copy-and-paste it into Maya's Script Editor. This provides an adequate workflow for beginners, but becomes tedious and impractical for larger scripts, or multiple procedures.
The MEL Assistant provides some automation for integrating Maya with an external Editor. It provides buttons within Maya for creating a new script, opening an existing script, or executing the current script.
All these features are 'linked' to the user's preferred external editor, so that you can test the script you're developing with the click of a single button.
For instructions on installing the MEL Assistant, and a tutorial on how to use it, refer to the readme.txt file which accompanies it.
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.