formZ SDK | 5.0 API Reference | Project | Modeling | Animation

fz_anim_rgst_trac_get_parm

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,

fzrt_UUID_td

trac_id,

fz_anim_rgst_trac_parm_enum

parm_id,

fz_type_td *

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

fz_anim_fset


Defined in

fz_anim_api.h