animDisplay [-modelUpdate string] [-timeCode boolean] [-timeCodeOffset string]
animDisplay は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
アニメーション ウィンドウで使われる特定の表示オプションを変更します。なし
戻り値の型は照会モードでは照会フラグが基になります。
| ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
|---|---|---|---|---|
-timeCode(-tc)
|
boolean
|
|
||
|
||||
-timeCodeOffset(-tco)
|
string
|
|
||
|
||||
-modelUpdate(-upd)
|
string
|
|
||
|
||||
// If the current time unit were ntsc (30 frames per // second) frame 50 would be displayed as "00:00:01:20". // animDisplay -timeCode on; // Set the time code offset to be equivalent to // "02:01:25:12". // 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 // animDisplay -modelUpdate interactive;