ジャンプ先: 概要. 戻り値. フラグ. Python 例.
retimeKeyCtx(
contextName
, [exists=boolean], [history=boolean], [image1=string], [image2=string], [image3=string], [moveByFrame=int], [name=string], [snapOnFrame=boolean])
注: オブジェクトの名前と引数を表す文字列は、カンマで区切る必要があります。これはシノプシスに示されていません。
retimeKeyCtx は、取り消し可能、照会可能、および 編集可能 です。
このコマンドは、リタイム ツールを使って、グラフ エディタ内でキーフレームをスケールするために使用するコンテキストを作成します。
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
exists, history, image1, image2, image3, moveByFrame, name, snapOnFrame
フラグはコマンドの作成モードで表示できます
|
フラグはコマンドの編集モードで表示できます
|
フラグはコマンドの照会モードで表示できます
|
フラグに複数の引数を指定し、タプルまたはリストとして渡すことができます。
|
import maya.cmds as cmds
# Create a manipulator style scale key context for the graph editor
#
cmds.retimeKeyCtx( 'retimeKeyContext' )