Maya Autosave callback

Is there a way to get a callback when Maya autosaves , either before or after, MSceneMessage kBeforeSave and kBeforeSaveCheck don’t fire on autosave, the afterSave version don’t either.

Iirc, you can use these for autosave:
MSceneMessage.kBeforeExport
MSceneMessage.kAfterExport

1 Like

legend, thanks. i did not consider that autosave was an export!

1 Like