| kSceneUpdate
called after any operation that changes which files are loaded
|
| kBeforeNew
called before a File > New operation
|
| kAfterNew
called after a File > New operation
|
| kBeforeImport
called before a File > Import operation
|
| kAfterImport
called after a File > Import operation
|
| kBeforeOpen
called before a File > Open operation
|
| kAfterOpen
called after a File > Open operation
|
| kBeforeExport
called before a File > Export operation
|
| kAfterExport
called after a File > Export operation
|
| kBeforeSave
called before a File > Save (or SaveAs) operation
|
| kAfterSave
called after a File > Save (or SaveAs) operation
|
| kBeforeReference
called before a File > Reference operation
|
| kAfterReference
called after a File > Reference operation
|
| kBeforeRemoveReference
called before a File > RemoveReference operation
|
| kAfterRemoveReference
called after a File > RemoveReference operation
|
| kBeforeImportReference
called before a File > ImportReference operation
|
| kAfterImportReference
called after a File > ImportReference operation
|
| kBeforeExportReference
called before a File > ExportReference operation
|
| kAfterExportReference
called after a File > ExportReference operation
|
| kBeforeUnloadReference
called before a File > UnloadReference operation
|
| kAfterUnloadReference
called after a File > UnloadReference operation
|
| kBeforeSoftwareRender
called before a Software Render begins
|
| kAfterSoftwareRender
called after a Software Render ends
|
| kBeforeSoftwareFrameRender
called before each frame of a Software Render
|
| kAfterSoftwareFrameRender
called after each frame of a Software Render
|
| kSoftwareRenderInterrupted
called when an interactive render is interrupted by the user
|
| kMayaInitialized
called on interactive or batch startup after initialization
|
| kMayaExiting
called just before Maya exits
|
| kBeforeNewCheck
called prior to File > New operation, allows user to cancel action
|
| kBeforeOpenCheck
called prior to File > Open operation, allows user to cancel action
|
| kBeforeSaveCheck
called prior to File > Save operation, allows user to cancel action
|
| kBeforeImportCheck
called prior to File > Import operation, allows user to cancel action
|
| kBeforeExportCheck
called prior to File > Export operation, allows user to cancel action
|
| kBeforeLoadReference
called before a File > LoadReference operation
|
| kAfterLoadReference
called after a File > LoadReference operation
|
| kBeforeLoadReferenceCheck
called before a File > LoadReference operation, allows user to cancel action
|
| kBeforeReferenceCheck
called prior to a File > CreateReference operation, allows user to cancel action
|
| kLast
last value of the enum
|