These are a series of classes and functions to help automate a lot of the boiler plate GUI code that is often needed for a Maya plug-in. The classes fall into two main categories
- code generators that automate the construction of MEL script UI (e.g. AETemplates, menus, file export dialogs, etc).
- wrappers around core Maya MPx functionality to enforce error checking, and minimize potential errors.
- SIMD optimized methods for extracting data from core Maya API classes.
More...
These are a series of classes and functions to help automate a lot of the boiler plate GUI code that is often needed for a Maya plug-in. The classes fall into two main categories
- code generators that automate the construction of MEL script UI (e.g. AETemplates, menus, file export dialogs, etc).
- wrappers around core Maya MPx functionality to enforce error checking, and minimize potential errors.
- SIMD optimized methods for extracting data from core Maya API classes.