ジャンプ先: 概要. 戻り値. MEL 例.

概要

snapshotModifyKeyCtx

snapshotModifyKeyCtx は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。

編集可能なモーション軌跡にキーを挿入/削除するためのコンテキストを作成します。

戻り値

string (新しいコンテキストの名前)

戻り値の型は照会モードでは照会フラグが基になります。

MEL 例

// Create an insert key context
string $ctx = `snapshotModifyKeyCtx`;
setToolTo $ctx;