Go to: Synopsis. Flags. Return value. MEL examples.
animDisplay [-modelUpdate none|interactive|delayed] [-timeCode boolean] [-timeCodeOffset string]
animDisplay is undoable, queryable, and editable.
This command changes certain display options used by
animation windows.
modelUpdate, timeCode, timeCodeOffset
Flag can appear in Create mode of command
|
Flag can appear in Edit mode of command
|
Flag can appear in Query mode of command
|
Flag can be used more than once in a command
|
none
// 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;
Return to Autodesk Index