Interfaces > Core Interfaces > RetimerMan |
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.
RetimerMan.numRetimers : index : Read
Contains the number of Retimers.
RetimerMan.active : bool : Read|Write
Get/set the active state of the Retimer.
RetimerMan.bakeThreshold : float : Read|Write
<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()
<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.