Blender V4.3
BeztMap Struct Reference

Public Attributes

BezTriplebezt
 
uint oldIndex
 
bool swap_handles
 

Detailed Description

Struct for use in re-sorting BezTriples during Graph Editor transform.

Definition at line 733 of file transform_convert_graph.cc.

Member Data Documentation

◆ bezt

◆ oldIndex

uint BeztMap::oldIndex

Index of bezt in fcu->bezt array before sorting.

Definition at line 736 of file transform_convert_graph.cc.

Referenced by bezt_to_beztmaps(), and update_transdata_bezt_pointers().

◆ swap_handles

bool BeztMap::swap_handles

Swap order of handles. Can happen when rotating keys around their common center.

Definition at line 738 of file transform_convert_graph.cc.

Referenced by bezt_to_beztmaps(), and update_transdata_bezt_pointers().


The documentation for this struct was generated from the following file: