|
Blender V4.3
|
Public Attributes | |
| Nurb * | nu |
| int | bezt_index |
| float | t |
Data required for segment altering functionality.
Definition at line 79 of file editcurve_pen.cc.
| int MoveSegmentData::bezt_index |
Definition at line 83 of file editcurve_pen.cc.
Referenced by curve_pen_modal(), is_spline_nearby(), and move_segment().
| Nurb* MoveSegmentData::nu |
Definition at line 81 of file editcurve_pen.cc.
Referenced by curve_pen_modal(), is_spline_nearby(), and move_segment().
| float MoveSegmentData::t |
Definition at line 85 of file editcurve_pen.cc.
Referenced by is_spline_nearby(), and move_segment().