Time Configuration Dialog

The following methods get and set options in the Time Configuration dialog:

getKeyStepsPos()

setKeyStepsPos <boolean>

Get and set whether to jump to next position key when Key Mode Toggle is on.

getKeyStepsRot()

setKeyStepsRot <boolean>

Get and set whether to jump to next rotation key when Key Mode Toggle is on.

getKeyStepsScale()

setKeyStepsScale <boolean>

Get and set whether to jump to next scale key when Key Mode Toggle is on.

getKeyStepsSelOnly()

setKeyStepsSelOnly <boolean>

Get and set whether to use Selected Objects Only when Key Mode Toggle is on.

getKeyStepsUseTrans()

setKeyStepsUseTrans <boolean>

Get and set whether to Use Current Transform when Key Mode Toggle is on.

The following 3ds max system global variables are applicable to the Time Configuration dialog:

animationRange

Lets you get and set an Interval value that defines the start and end of the current active animation range. It contains the corresponding values set in the Time Configuration dialog.

frameRate

Lets you get and set an Integer value that defines the current scene frame rate in frames-per-second. It contains the corresponding value set in the Time Configuration dialog.

playActiveOnly

Lets you get and set whether to playback the active viewport only. It contains the corresponding value set in the Time Configuration dialog. A Boolean value - true if Active Viewport Only is on, false if off.

realTimePlayback

Lets you get and set whether to playback in real time mode. It contains the corresponding value set in the Time Configuration dialog. A Boolean value - true if Real Time is on, false if off.

timeConfiguration.playActiveOnly

Lets you get and set whether to playback the active viewport only. It contains the corresponding value set in the Time Configuration dialog. A Boolean value - true if Active Viewport Only is on, false if off.

timeConfiguration.playbackSpeed

Get/set viewport playback speed as an indexed <integer>. The valid values for the integer are: 1 - 1/4x, 2 - 1/2x, 3 - 1x, 4 - 2x, 5 - 4x.

timeConfiguration.realTimePlayback

Lets you get and set whether to playback in real time mode. It contains the corresponding value set in the Time Configuration dialog. A Boolean value - true if Real Time is on, false if off.

timeConfiguration.useTrackBar

Lets you get and set the state of the Time Configuration dialog 'Key Steps / Use TrackBar' check box. A Boolean Value û true if checked, false if not.