ジャンプ先: 概要. 戻り値. キーワード. 関連. フラグ. MEL 例.
timeEditorComposition [-active] [-allCompositions] [-createTrack] [-delete] [-duplicateFrom string] [-rename string string] [-tracksNode]
timeEditorComposition は、取り消し可能、照会可能、および編集可能です。
タイム エディタ(Time Editor)内の合成管理に関連するコマンドです。
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
timeEditor, nle
timeEditor, timeEditorAnimSource, timeEditorClip, timeEditorTracks
active, allCompositions, createTrack, delete, duplicateFrom, rename, tracksNode
フラグはコマンドの作成モードで表示できます
|
フラグはコマンドの編集モードで表示できます
|
フラグはコマンドの照会モードで表示できます
|
コマンド内でフラグを複数回使用できます。
|
// 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"