Skip to content
Jigwright
HullForge docs

Set Anim Curve Key

Add a key to a float curve at a time in SECONDS. Adds the curve first if it does not exist, which is reported rather than assumed. Transform curves are not supported here and the tool says so.

hf_set_anim_curve_keyWrite

Arguments

NameTypeDescription
curvereqstringFloat curve name.
sequencereqstringAnimation sequence, montage or composite path.
timereqnumberKey time in SECONDS.
valuereqnumberKey value.
create_if_missingboolean
= true
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.