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

fz_anim_rgst_trac_indx_2_uuid

Description

Given an index into the animation track registry, this function returns the corresponding track type uuid. Valid values are 0 to the count - 1 returned by . The uuid can then be used to gain additional information about the track through the fz_anim_rgst_trac_get_parm function.

Plugin Prototype

fzrt_error_td fz_anim_rgst_trac_indx_2_uuid(

fzrt_int

windex,

fzrt_int

rgst_indx,

fzrt_UUID_td

trac_id )

Parameters

windex [Input]

project window index

rgst_indx [Input]

index into track registry

trac_id [Result]

track type

Returns

Error codes.

Availability

6.1.0.0

Example Files

util_anim_list_all_tracs.fsl

Function Set

fz_anim_fset


Defined in

fz_anim_api.h