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

fz_anim_node_get_trac_list

Description

Returns a list of uuids ( fzrt_UUID_td) identifying the tracks that the animation node supports. Note that some tracks may not be able to be applied at the same time even if both are supported (see fz_anim_node_trac_is_compatible).

The trac_list must be initialized with type FZ_TYPE_UUID.

To get more information about a track type uuid returned in this list, see fz_anim_rgst_trac_get_parm.

Plugin Prototype

fzrt_error_td fz_anim_node_get_trac_list(

fzrt_int

windex,

fz_anim_node_ptr

anim_node,

fz_type_list_ptr

trac_list )

Parameters

windex [Input]

project window index

anim_node [Input]

animation node

trac_list [Result]

list of supported track uuids

Returns

Error codes

Availability

6.1.0.0

Example Files

util_anim_cntl.fsl
util_anim_dfrm.fsl

See Also

fz_type_list_init,, fz_type_list_count, fz_type_list_get_item,

Function Set

fz_anim_fset


Defined in

fz_anim_api.h