|
Blender
V2.93
|
Public Attributes | |
| BezTriple * | bezt |
| uint | oldIndex |
| uint | newIndex |
| short | swapHs |
| char | pipo |
| char | cipo |
Definition at line 754 of file transform_convert_graph.c.
| BezTriple* BeztMap::bezt |
Definition at line 755 of file transform_convert_graph.c.
Referenced by bezt_to_beztmaps(), beztmap_to_data(), and sort_time_beztmaps().
| char BeztMap::cipo |
Definition at line 759 of file transform_convert_graph.c.
Referenced by bezt_to_beztmaps().
| uint BeztMap::newIndex |
Definition at line 757 of file transform_convert_graph.c.
Referenced by bezt_to_beztmaps(), beztmap_to_data(), and sort_time_beztmaps().
| uint BeztMap::oldIndex |
Definition at line 756 of file transform_convert_graph.c.
Referenced by bezt_to_beztmaps().
| char BeztMap::pipo |
Definition at line 759 of file transform_convert_graph.c.
Referenced by bezt_to_beztmaps().
| short BeztMap::swapHs |
Definition at line 758 of file transform_convert_graph.c.
Referenced by beztmap_to_data(), and sort_time_beztmaps().