Go to: Synopsis. Return value. Flags. MEL examples.
playbackOptions [-animationEndTime time] [-animationStartTime time] [-blockingAnim boolean] [-by float] [-framesPerSecond] [-loop string] [-maxPlaybackSpeed float] [-maxTime time] [-minTime time] [-playbackSpeed float] [-selectionEndTime time] [-selectionStartTime time] [-selectionVisible boolean] [-stepKeyLoop boolean] [-stepLoop boolean] [-view string]
playbackOptions is undoable, queryable, and editable.
This command sets/queries certain values associated with playback: looping style, start/end times, etc. Only commands modifying the -minTime/maxTime, the -animationStartTime/animationEndTime, the -selectionStartTime/selectionEndTime/selectionVisible or the -by value are undoable.string | or float Query of edited option. |
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-animationEndTime(-aet)
|
time
|
![]() ![]() ![]() |
||
|
||||
-animationStartTime(-ast)
|
time
|
![]() ![]() ![]() |
||
|
||||
-blockingAnim(-ba)
|
boolean
|
![]() ![]() |
||
|
||||
-by(-by)
|
float
|
![]() ![]() ![]() |
||
|
||||
-framesPerSecond(-fps)
|
|
![]() ![]() |
||
|
||||
-loop(-l)
|
string
|
![]() ![]() ![]() |
||
|
||||
-maxPlaybackSpeed(-mps)
|
float
|
![]() ![]() ![]() |
||
|
||||
-maxTime(-max)
|
time
|
![]() ![]() ![]() |
||
|
||||
-minTime(-min)
|
time
|
![]() ![]() ![]() |
||
|
||||
-playbackSpeed(-ps)
|
float
|
![]() ![]() ![]() |
||
|
||||
-selectionEndTime(-set)
|
time
|
![]() ![]() ![]() |
||
|
||||
-selectionStartTime(-sst)
|
time
|
![]() ![]() ![]() |
||
|
||||
-selectionVisible(-sv)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-stepKeyLoop(-skl) 2025.3
|
boolean
|
![]() ![]() |
||
|
||||
-stepLoop(-slp)
|
boolean
|
![]() ![]() |
||
|
||||
-view(-v)
|
string
|
![]() ![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
playbackOptions -loop continuous; playbackOptions -minTime 0sec -maxTime 1sec; playbackOptions -selectionStartTime 0sec -selectionEndTime 1sec; playbackOptions -selectionVisible 0; // Playback every 2nd frame // playbackOptions -by 2;