ジャンプ先: 概要. 戻り値. フラグ. Python 例.
animDisplay([modelUpdate=string], [refAnimCurvesEditable=boolean], [timeCode=boolean], [timeCodeOffset=string])
注: オブジェクトの名前と引数を表す文字列は、カンマで区切る必要があります。これはシノプシスに示されていません。
animDisplay は、取り消し可能、照会可能、および 編集可能 です。
アニメーション ウィンドウで使われる特定の表示オプションを変更します。なし
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
|---|---|---|---|---|
timeCode(tc)
|
boolean
|
|
||
|
||||
timeCodeOffset(tco)
|
string
|
|
||
|
||||
modelUpdate(upd)
|
string
|
|
||
|
||||
refAnimCurvesEditable(rae)
|
boolean
|
|
||
|
||||
import maya.cmds as cmds # If the current time unit were ntsc (30 frames per # second) frame 50 would be displayed as "00:00:01:20". # cmds.animDisplay( timeCode=True ) # Set the display option so that interactive operations # in the graph editor or dope sheet will cause the # model views to be updated simultaneously # cmds.animDisplay( modelUpdate="interactive" )