Skip to content
Jigwright
HullForge docs

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_scaleWrite

Arguments

NameTypeDescription
rate_scalereqnumberPlay rate multiplier. 1 is authored speed.
sequencereqstringAnimation Sequence path.
allow_reverseboolean
= false
Required for a negative rate, which plays the clip backwards.
forceboolean
= 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.

Nearby in Animation:

All 52 tools in Animation — 43 more not listed here.