formZ SDK | 5.0 API Reference | Project | Modeling | Animation
Description
Gets the parameter indicated by the parameter index of the animation track registry.
The track registry is the list of all animation tracks offered by the animation .
Each track type has a set of parameters that apply generally to the track type itself
for all instances (track nodes) of the same track type.
To find out if a track of a given track type can be added to an animation node
see fz_anim_node_trac_is_compatible and fz_anim_node_get_trac_list.
Plugin Prototype
fzrt_error_td fz_anim_rgst_trac_get_parm(
fzrt_int | windex, |
trac_id, | |
parm_id, | |
data ) |
Parameters
windex [Input]
project window index
trac_id [Input]
track type
parm_id [Input]
the index of the parameter to retrieve
data [Result]
parameter data
Returns
Error codes.
Availability
6.1.0.0
Example Files
util_anim_list_all_tracs.fsl
util_anim_cntl.fsl
Function Set
Defined in