2017

Table Of Contents
info Dictionary. Information about the export.
Data TypeDescriptionKey
StringName of the host where the exported
files will be written to.
destinationHost
StringRoot of the export path.destinationPath
BooleanEditable. Set abort to True to abort
the export process.
abort
StringEditable. The error message to be dis-
played to the user when the export
process has been aborted.
abortMessage
userData Dictionary. User-defined. Dictionary that could have been populated by previous export hooks
and that will be carried over into the subsequent export hooks. This can be used by the hook to pass black
box data around.
postExport
Called after an export ends.
def postExport( info, userData ):
pass
info Dictionary. Information about the export.
Data TypeDescriptionKey
StringName of the host where the exported
files were written to.
destinationHost
StringRoot of the export path.destinationPath
userData Dictionary. User-defined. Dictionary that could have been populated by previous export hooks
and that will be carried over into the subsequent export hooks. This can be used by the hook to pass black
box data around.
preExportSequence
Called before an sequence export begins.
def preExportSequence( info, userData ):
pass
info Dictionary. Information about the export.
Data TypeDescriptionKey
StringName of the host where the exported
files were written to.
destinationHost
Python Hooks Reference | 207