animDisplay([modelUpdate=string], [timeCode=boolean], [timeCodeOffset=string])
注意: オブジェクト名や引数を表す文字列はカンマで区切ります。これは概要には示されていません。
animDisplay は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
アニメーション ウィンドウで使われる特定の表示オプションを変更します。なし
戻り値の型は照会モードでは照会フラグが基になります。
| ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
|---|---|---|---|---|
timeCode(tc)
|
boolean
|
|
||
|
||||
timeCodeOffset(tco)
|
string
|
|
||
|
||||
modelUpdate(upd)
|
string
|
|
||
|
||||
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 time code offset to be equivalent to # "02:01:25:12". # cmds.animDisplay( timeCodeOffset="02:01:25:12" ) # 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" )