|
Blender V4.3
|
Public Attributes | |
| MoveSegmentData * | msd |
| bool | dragging |
| bool | new_point |
| bool | spline_nearby |
| bool | changed |
| bool | found_point |
| bool | multi_point |
| bool | selection_made |
| bool | select_multi |
| bool | free_toggle |
| bool | move_adjacent |
| bool | link_handles |
| bool | lock_angle |
| bool | move_entire |
| Nurb * | nu |
| BezTriple * | bezt |
| BPoint * | bp |
Definition at line 88 of file editcurve_pen.cc.
| BezTriple* CurvePenData::bezt |
Definition at line 120 of file editcurve_pen.cc.
Referenced by curve_pen_invoke(), and curve_pen_modal().
| BPoint* CurvePenData::bp |
Definition at line 121 of file editcurve_pen.cc.
Referenced by curve_pen_invoke(), and curve_pen_modal().
| bool CurvePenData::changed |
Definition at line 97 of file editcurve_pen.cc.
Referenced by curve_pen_invoke(), curve_pen_modal(), and toggle_handle_types().
| bool CurvePenData::dragging |
Definition at line 91 of file editcurve_pen.cc.
Referenced by curve_pen_modal().
| bool CurvePenData::found_point |
Definition at line 99 of file editcurve_pen.cc.
Referenced by curve_pen_invoke(), and curve_pen_modal().
| bool CurvePenData::free_toggle |
Definition at line 108 of file editcurve_pen.cc.
Referenced by move_all_selected_points().
| bool CurvePenData::link_handles |
Definition at line 112 of file editcurve_pen.cc.
Referenced by curve_pen_invoke(), curve_pen_modal(), and move_all_selected_points().
| bool CurvePenData::lock_angle |
Definition at line 114 of file editcurve_pen.cc.
Referenced by curve_pen_modal(), and move_all_selected_points().
| bool CurvePenData::move_adjacent |
Definition at line 110 of file editcurve_pen.cc.
Referenced by curve_pen_modal().
| bool CurvePenData::move_entire |
Definition at line 116 of file editcurve_pen.cc.
Referenced by curve_pen_modal(), and move_all_selected_points().
| MoveSegmentData* CurvePenData::msd |
Definition at line 89 of file editcurve_pen.cc.
Referenced by curve_pen_modal(), and is_spline_nearby().
| bool CurvePenData::multi_point |
Definition at line 101 of file editcurve_pen.cc.
| bool CurvePenData::new_point |
Definition at line 93 of file editcurve_pen.cc.
Referenced by curve_pen_invoke(), and curve_pen_modal().
| Nurb* CurvePenData::nu |
Definition at line 119 of file editcurve_pen.cc.
Referenced by curve_pen_invoke(), and curve_pen_modal().
| bool CurvePenData::select_multi |
Definition at line 105 of file editcurve_pen.cc.
Referenced by curve_pen_modal().
| bool CurvePenData::selection_made |
Definition at line 103 of file editcurve_pen.cc.
Referenced by curve_pen_invoke(), and curve_pen_modal().
| bool CurvePenData::spline_nearby |
Definition at line 95 of file editcurve_pen.cc.
Referenced by curve_pen_invoke(), and curve_pen_modal().