Interface: RetimerMan

 
 
 

Interfaces > Core Interfaces > RetimerMan

 

   

Viewport Shading - Quick Navigation

   

Core Interfaces - Quick Navigation

   

NEW in 3ds Max 2013: This Core Interface exposes the Global Retimer to MAXScript. It is used to perform time scaling of the whole scene.

   

Properties:

RetimerMan.numRetimers : index : Read

Contains the number of Retimers.

Read-only.

   

RetimerMan.active : bool : Read|Write

Get/set the active state of the Retimer.

   

RetimerMan.bakeThreshold : float : Read|Write

Get/set the bake threshold.

   

Methods:

<maxObject>RetimerMan.GetGlobalRetimer()

Returns the global Retimer controller which affects the timing of the whole scene.

See the Retimer Controller topic for properties and methods to access the retimer markers.

   

<maxObject>RetimerMan.GetNthRetimer <index>index

Returns the indexed Retimer controller.

   

<maxObject>RetimerMan.CreateRetimer()

Creates a Retimer controller.

   

<void>RetimerMan.DeleteRetimer <index>index

Deletes the indexed Retimer controller.

   

<void>RetimerMan.BakeAndDeleteLocalRetimers()

Bakes the Local Retimers using the threshold specified via the .bakeThreshold property and then deletes the Local Retimers.