|
Blender
V3.3
|
Public Attributes | |
| BezTriple * | bezt |
| uint | oldIndex |
| uint | newIndex |
| short | swapHs |
| char | pipo |
| char | cipo |
Definition at line 692 of file transform_convert_graph.c.
| BezTriple* BeztMap::bezt |
Definition at line 693 of file transform_convert_graph.c.
Referenced by bezt_to_beztmaps(), beztmap_to_data(), and sort_time_beztmaps().
| char BeztMap::cipo |
Definition at line 697 of file transform_convert_graph.c.
Referenced by bezt_to_beztmaps().
| uint BeztMap::newIndex |
Definition at line 695 of file transform_convert_graph.c.
Referenced by bezt_to_beztmaps(), beztmap_to_data(), and sort_time_beztmaps().
| uint BeztMap::oldIndex |
Definition at line 694 of file transform_convert_graph.c.
Referenced by bezt_to_beztmaps().
| char BeztMap::pipo |
Definition at line 697 of file transform_convert_graph.c.
Referenced by bezt_to_beztmaps().
| short BeztMap::swapHs |
Definition at line 696 of file transform_convert_graph.c.
Referenced by beztmap_to_data(), and sort_time_beztmaps().