2017

Table Of Contents
Data TypeDescriptionKey
from the In to the end of the sequence.
False if not defined.
BooleanEditable. Perform the export in back-
ground. True if not defined.
isBackground
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.
postCustomExport
Called after a custom export ends.
def postCustomExport( 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
StringPath to the preset used for the Export.presetPath
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.
preExport
Called before an export begins
def preExport( info, userData ):
pass
206 | Chapter 6 Importing and Exporting Media