Go to: Synopsis. Return value. Flags. MEL examples.
animView [-endTime time] [-maxValue float] [-minValue float] [-startTime time]
string[]
animView is undoable, queryable, and editable.
This command allows you to specify the current view range within an animation editor.None
In query mode, return type is based on queried flag.
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
-startTime(-st)
|
time
|
|||
|
||||
-endTime(-et)
|
time
|
|||
|
||||
-minValue(-min)
|
float
|
|||
|
||||
-maxValue(-max)
|
float
|
|||
|
||||
// Look at the area between 0 and 5 seconds, and the range 0 - 100 animView -startTime 0sec -endTime 5sec -minValue 0 -maxValue 100 graphView;