The ImportManager JavaScript class. Import animatics in Storyboard project. More...
Public Slots | |
QScriptValue | importAnimatic (String &filename, QScriptValue &inProperties, QScriptValue &inResourcesPaths=QScriptValue()) |
Import animatic. More... | |
The ImportManager JavaScript class. Import animatics in Storyboard project.
|
slot |
Import animatic.
filename | - full path name of the xml of aaf document |
inProperties- | { properties } // Unspecified Boolean value evaluate to false doPanel: Boolean true if you want to import panels shotMode: String default "DontConformShot", "ConformFromRefTrack" or "ConformFromMarkers" doCaptions: Boolean true if you want to import captions doVideoTrack: Boolean true if you want to import video tracks doMarkers: Boolean true if you want to import marker doMultilayersSeparate: Boolean true if you want to import multilayer separated askUserForResources: Boolean true if you want to ask user for resources not found |
inResourcesPaths | - array of path where we look for ressources |