Blender
V3.3
|
Public Attributes | |
Nurb * | nu |
int | bezt_index |
float | t |
Data required for segment altering functionality.
Definition at line 78 of file editcurve_pen.c.
int MoveSegmentData::bezt_index |
Definition at line 82 of file editcurve_pen.c.
Referenced by curve_pen_modal(), is_spline_nearby(), and move_segment().
Nurb* MoveSegmentData::nu |
Definition at line 80 of file editcurve_pen.c.
Referenced by curve_pen_modal(), is_spline_nearby(), and move_segment().
float MoveSegmentData::t |
Definition at line 84 of file editcurve_pen.c.
Referenced by is_spline_nearby(), and move_segment().