Set Anim Rate Scale
Set a sequence's rate scale, which multiplies its play speed everywhere it is used. Refuses zero and refuses negative unless you ask, because a negative rate plays backwards and is almost never what was meant.
hf_set_anim_rate_scaleWriteArguments
| Name | Type | Description |
|---|---|---|
rate_scalereq | number | Play rate multiplier. 1 is authored speed. |
sequencereq | string | Animation Sequence path. |
allow_reverse | boolean = false | Required for a negative rate, which plays the clip backwards. |
force | boolean = false | Edit even when the asset cannot currently be saved - for example when revision control is configured but disconnected. The change will be made in memory and WILL BE LOST unless the underlying problem is fixed before saving. Only pass this if you intend to discard the work or fix the connection first. |
Related tools
Nearby in Animation:
- Set Anim Additive
- Set Anim Compression
- Set Anim Curve Key
- Set Anim Interpolation
- Set Anim Root Motion
- Set Blend Space Axis
- Set Blend Space Sample
- Set Montage Section Next
All 52 tools in Animation — 43 more not listed here.