This script update the user interface on Mode changes (F2 F3...).
display / hide UI Elements like status line or time slider
display saved layout (new in v0.2)display / hide windows
add the web browser window (new in v0.2)
Instalation:
Put the file:
- NPconfigureUIonModeChange.mel
on your mel scripts folder:
(Windows) drive:Documents and Settings/username/My Documents/maya/scripts
(Mac OS X) Users/username/Library/Preferences/Alias/maya/x.0/scripts
(IRIX and Linux) ~username/maya/scripts
and create or locate your userSetup.mel, by default on this folder:
(Windows) :Documents and Settings/My Documents/maya/scripts
(Mac) ~/Library/Preferences/Alias/maya//scripts
(Linux) ~/maya//scripts
or, if you use the BonusTool, in the script folder of it.
(Windows) drive:Program Files/Alias/Maya/BonusTools
(Mac) /Users/Shared/Alias/maya/
(Linux) /usr/aw/maya/BonusTools
and put the command:
buildDeferredMenus(); //for Maya 2009 (only once)
source NPconfigureUIonModeChange;
start maya or put in the command line
rehash;
Setup:
menu window / UI on Mode Change
or use the command:
NPconfigureUIonModeChangeOptions;
contact me
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.