Go to: Synopsis. Return value. Flags. MEL examples.
animDisplay [-modelUpdate string] [-refAnimCurvesEditable boolean] [-timeCode boolean] [-timeCodeOffset string]
animDisplay is undoable, queryable, and editable.
This command changes certain display options used by animation windows.
None
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-modelUpdate(-upd)
|
string
|
![]() ![]() ![]() |
||
|
||||
-refAnimCurvesEditable(-rae)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-timeCode(-tc)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-timeCodeOffset(-tco)
|
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 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;