CaptainSam
09-13-2003, 09:13 PM
Ive written a script that's supposed to make writing complex interfaces easier. It's also useful i cases when one wants to make changes to the Maya interface.
From the documentation"
guiHelper is a tool meant to assist scripters when creating complex GUIs. The
user can add a guiHelper popup menu to any interface element in Maya. The menu
contains various commands, such as print name of control, path to the control,
the control's flags (label, size, etc), and so on.
You can also add guiHelper menus later on, rather than doing it in the Mel script
that builds the GUI.
You can add guiHelper menus to every control in the Maya interface and in all
open windows by calling guiHelper_addMenuToAll. This may be helpful if you're
trying to edit a part of the default interface, in which case you'll need to
find the name of the control you're trying to acces.
guiHelper also includes guiList, a window containing a list of all controls in
the GUI. You can hide interface elements by double clicking them in the list; an
easy way to identify the different controls.
Download from http://www.animagicnet.no/maya/scripts/guiHelper.mel
If you find any bugs, let me know
From the documentation"
guiHelper is a tool meant to assist scripters when creating complex GUIs. The
user can add a guiHelper popup menu to any interface element in Maya. The menu
contains various commands, such as print name of control, path to the control,
the control's flags (label, size, etc), and so on.
You can also add guiHelper menus later on, rather than doing it in the Mel script
that builds the GUI.
You can add guiHelper menus to every control in the Maya interface and in all
open windows by calling guiHelper_addMenuToAll. This may be helpful if you're
trying to edit a part of the default interface, in which case you'll need to
find the name of the control you're trying to acces.
guiHelper also includes guiList, a window containing a list of all controls in
the GUI. You can hide interface elements by double clicking them in the list; an
easy way to identify the different controls.
Download from http://www.animagicnet.no/maya/scripts/guiHelper.mel
If you find any bugs, let me know
