2017

Table Of Contents
Data TypeDescriptionKey
StringName of the sequence's track that
contains the asset.
trackName
IntegerAsset index (1 based) in the track.segmentIndex
StringCurrent version name of this ex-
port. Empty if unversionned.
versionName
StringCurrent version number of this
export. Zero if unversionned.
versionNumber
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.
postExportAsset
Called after an asset export ends.
def postExportAsset( info, userData ):
pass
info Dictionary. Information about the export.
Data TypeDescriptionKey
StringName of the host where the expor-
ted files were written to.
destinationHost
StringRoot of the export path.destinationPath
StringList of optional naming tokens as
entered in the application UI.
namePattern
StringEditable.Path (relative to destin-
ationPath) with the tokens re-
solved.
resolvedPath
StringName of the exported asset.name
StringName of the sequence to which
this asset belongs.
sequenceName
StringName of the shot to which this
asset belongs.
shotNames
Python Hooks Reference | 211