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, or the -by
value are undoable.
In query mode, return type is based on queried flag.
Long name (short name) |
Argument types |
Properties |
|
-animationEndTime(-aet)
|
time
|
|
|
Sets the end time of the animation. Query returns a float.
|
|
-animationStartTime(-ast)
|
time
|
|
|
Sets the start time of the animation. Query returns a float.
|
|
-blockingAnim(-ba)
|
boolean
|
|
|
All tangents playback as stepped so that animation can be viewed in pure pose-to-pose form
|
|
-by(-by)
|
float
|
|
|
Increment between times viewed during playback. (Default 1.0)
|
|
-framesPerSecond(-fps)
|
|
|
|
Queries the actual playback rate. Query returns a float.
|
|
-loop(-l)
|
string
|
|
|
Controls if and how playback repeats. Valid values are
"once," "continuous," and "oscillate." Query returns string.
|
|
-maxPlaybackSpeed(-mps)
|
float
|
|
|
Sets the desired maximum playback speed. Query returns a float. The
maxPlaybackSpeed is only used by Maya when your playbackSpeed is 0
(play every frame). The maxPlaybackSpeed will clamp the maximum
playback rate to prevent it from going more than a certain amount. A
maxPlaybackSpeed of 0 will give free (unclamped) playback.
|
|
-maxTime(-max)
|
time
|
|
|
Sets the end of the playback time range. Query returns a float.
|
|
-minTime(-min)
|
time
|
|
|
Sets the start of the playback time range. Query returns a float.
|
|
-playbackSpeed(-ps)
|
float
|
|
|
Sets the desired playback speed. Query returns a float.
|
|
-stepLoop(-slp)
|
boolean
|
|
|
Turns on/off looping back to the start or end of the play range for step forward/backward one frame and step forward/backward one key.
|
|
-view(-v)
|
string
|
|
|
Controls how many modelling views update during playback.
Valid values are "all" and "active". Query returns a string.
|
|