Go to: Synopsis. Return value. Keywords. Related. Flags. MEL examples.
timeEditorComposition [-active] [-allCompositions] [-createTrack] [-delete] [-duplicateFrom string] [-rename string string] [-tracksNode]
timeEditorComposition is undoable, queryable, and editable.
Commands related to composition management inside Time Editor.
string | Return values currently not documented. |
In query mode, return type is based on queried flag.
timeEditor, nle
timeEditor, timeEditorAnimSource, timeEditorClip, timeEditorTracks
active, allCompositions, createTrack, delete, duplicateFrom, rename, tracksNode
Flag can appear in Create mode of command
|
Flag can appear in Edit mode of command
|
Flag can appear in Query mode of command
|
Flag can be used more than once in a command.
|
// To create composition "Take1"
timeEditorComposition "Take1"
// To query active composition (returns name of the tracks node for that composition)
timeEditorComposition -q -active
// To set active composition by specifying the associated tracks node
timeEditorComposition -e -active "TE_Tracks_Take2"