Retimer Rollout

The tyFlow retimer can be used to retime an entire simulation. By animating the retimer playback frame value, you can choose what part of the simulation plays back over the course of the timeline. Subframe values will be correctly interpolated by the retimer, allowing for smooth slow-down or speed-up effects.


  • Enable simulation retimer: controls whether simulation playback will be controlled by the retimer frame value.

  • Retime type: controls whether the retimer affects playback frame or speed.

By frame
  • Frame: the retimer frame value that controls simulation playback. Animate this value to control the current playback frame.
By speed
  • Speed %: the percent value that controls simulation playback speed.

  • Ref Frame: the reference frame that the speed multiplier will be relative to.

Setting a proper reference frame is important for the speed multiplier. The reference frame should typically be the start frame of your playback sequence, not necessarily the start frame of the simulation.

The equation for the speed retimer is:

playbackFrame = [referenceFrame + abs(time - referenceFrame) * speed * sign(time - referenceFrame)].