AL_USDMaya  0.29.4
USD to Maya Bridge
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Maya Helpers

Modules

 Profiler
 A series of classes and macros that provide a very simple in-code profiler to get some high level timings of the various processes during import / export operations.
 
 Maya GUI
 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

  1. code generators that automate the construction of MEL script UI (e.g. AETemplates, menus, file export dialogs, etc).
  2. wrappers around core Maya MPx functionality to enforce error checking, and minimize potential errors.
  3. SIMD optimized methods for extracting data from core Maya API classes.

 
 Core Event System
 The AL_USDMaya event system attempts to provide a more robust event system for Maya that works around some of the short comings of the MMessage/scriptJob approach. This system is employed within AL_USDMaya to expose programming hooks that can be used to execute your own code during the internal processes of AL_USDMaya (e.g. before/after a variant switch)
 
 Maya Event System
 

Detailed Description