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

fz_anim_cntl_bezier_key_delete

Description

This function deletes a keyframe at a given index from a given Bezier controller node. To know how many keys or indices there are to delete, see fz_anim_cntl_bezier_keys_count.

Plugin Prototype

fzrt_error_td fz_anim_cntl_bezier_key_delete(

fzrt_int

windex,

fz_anim_node_ptr

anim_node,

fzrt_int

key_indx )

Parameters

windex [Input]

project window index

anim_node [Input]

controller node

key_indx [Input]

index of key to delete.

Returns

Error codes

Availability

6.1.0.0

Example Files

util_anim_cntl_bezier.fsl

Function Set

fz_anim_fset


Defined in

fz_anim_api.h