|
Blender V4.3
|
Public Attributes | |
| BezTriple * | bezt |
| uint | oldIndex |
| bool | swap_handles |
Struct for use in re-sorting BezTriples during Graph Editor transform.
Definition at line 733 of file transform_convert_graph.cc.
| BezTriple* BeztMap::bezt |
Definition at line 734 of file transform_convert_graph.cc.
Referenced by bezt_to_beztmaps(), sort_time_beztmaps(), and update_transdata_bezt_pointers().
| 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().
| 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().