Use:
This script will help you by providing you a menu which list all your mel scripts collections.
All you have to do is....
Just inform MENU name and FOLDER which contains your script collections.
Features:
By Clicking Re-build you can refresh the menu with updated file content!
No need to SOURCE them and RUN. Just click to execute!
Monitor your custom script folder instead of maya script!
Usage Conditions:
Your script will be compiled and executed with the procedure name which should be exactly like the file name!
eg;
// CometJoinOrient.mel - Its a script file name
// It contains proc CometJointOrient
// So this procedure will be invoked and not other proc in that same file!
Install:
-Copy this file to your maya default script directory
-Create UserSetup.mel file and and a line -
source "MyScriptsMenu.mel"; MyMenu;
-And in this file, specify values for these two strings in program section (See below for this variables and change there not here.)
string $menu_name = "Accel Menu";
string $dirx = `getenv("HOME")` + "/maya/7.0/scripts/"; <--- This load your default script directory
else
string $dirx = "C:/Accel/";
-Save files
Executing:
-On following all above steps, You will get a menu with the name you specifed!
-Just Click and enjoy!
Infos:
Works only for Windows (NT/XP) based os.
Tested with MAYA 7.0 in WinXP OS
Editor used: MSWORDPAD
Additional Infos:
- This is my first MEL Script.
- I m new to MAYA . I m touching maya for the past 2 months only!
Credits:
-MEL Scripted by
L.Kumaresan
Arumugam
-Created for
Accel Animation Studio - Chennai - Tamil Nadu - India
-Created on
Jan 13 2007 Sat
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.