2017

Table Of Contents
Data TypeDescriptionKey
StringRoot of the export path.destinationPath
StringName of the exported sequence.sequenceName
StringTuple of every shot name in the expor-
ted sequence. Note that multiple seg-
shotNames
ments can use the same shot name:
segments sharing shot names are part
of the same shot.
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.
postExportSequence
Called after a sequence export ends.
def postExportSequence( 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
StringName of the exported sequence.sequenceName
StringTuple of every shot name in the expor-
ted sequence. Note that multiple seg-
shotNames
ments can use the same shot name:
segments sharing shot names are part
of the same shot.
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.
208 | Chapter 6 Importing and Exporting Media