formZ SDK | 5.0 API Reference | Project | Modeling | Animation
Description
Sets a parameter of the given controller node. Each type of controller node has a different
set of parameters. (See fz_anim_cntl_sine_parm_enum, fz_anim_cntl_noise_parm_enum,
fz_anim_cntl_bezier_parm_enum).
Bezier controllers have specialized functions also at the keyframe level to control
keyframe parameters. (see , ).
Plugin Prototype
fzrt_error_td fz_anim_cntl_set_parm(
fzrt_int | windex, |
cntl_node, | |
fzrt_int | parm_id, |
data ) |
Parameters
windex [Input]
project window index
cntl_node [Input]
controller node
parm_id [Input]
the index of the parameter to set
data [Input]
parameter data
Returns
Error codes
Availability
6.1.0.0
Example Files
util_anim_cntl.fsl
util_anim_eval_value.fsl
Function Set
Defined in