- mrv.maya.ui.base: Contains some basic classes that are required to run the UI system
- mrv.maya.ui.browse
- mrv.maya.ui.control: Contains the most controls like buttons and sliders for more convenient use
- mrv.maya.ui.dialog: Contains some default dialogs as well as layouts suitable for layout dialogs
- mrv.maya.ui.editor: Contains implementations of maya editors
- mrv.maya.ui.layout: Contains the most important mel-layouts wrapped into easy to use python classes
These are specialized and thus more powerful than the default wraps
- mrv.maya.ui.panel: Contains implementations of maya editors
- mrv.maya.ui.qa: Contains a modular UI able to display quality assurance checks, run them and
present their results.
- mrv.maya.ui.set: Contains implementation of user interface modules resembling a convenient tool
to manipulate all kinds of sets.
- mrv.maya.ui.typ: Module containing helpers to create the UI types at runtime.
- mrv.maya.ui.util: Utilities and classes useful for user interfaces
|