ジャンプ先: 概要. 戻り値. キーワード. 関連. フラグ. MEL 例.

概要

timeEditorComposition [-active] [-allCompositions] [-createTrack] [-delete] [-duplicateFrom string] [-rename string string] [-tracksNode]

timeEditorComposition は、取り消し可能、照会可能、および編集可能です。

タイム エディタ(Time Editor)内の合成管理に関連するコマンドです。

戻り値

string現在文書化されていない値を返します。

照会モードでは、戻り値のタイプは照会されたフラグに基づきます。

キーワード

timeEditor, nle

関連

timeEditor, timeEditorAnimSource, timeEditorClip, timeEditorTracks

フラグ

active, allCompositions, createTrack, delete, duplicateFrom, rename, tracksNode
ロング ネーム(ショート ネーム) 引数タイプ プロパティ
-active(-act) queryedit
アクティブな合成を照会または編集します。
-allCompositions(-acp) query
タイム エディタ(Time Editor)内のすべての合成を返します。
-createTrack(-ct) create
新しい合成を作成するときに既定のトラックを作成します。
-delete(-del) queryedit
合成を削除します。
-duplicateFrom(-df) string create
合成を複製します。
-rename(-ren) string string edit
最初の名前の合成を 2 番目の名前に変更します。
-tracksNode(-tn) query
合成のトラック ノードを照会します。

フラグはコマンドの作成モードで表示できます フラグはコマンドの編集モードで表示できます
フラグはコマンドの照会モードで表示できます コマンド内でフラグを複数回使用できます。

MEL 例


// 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"