Blender V4.3
CurvePenData Struct Reference

Public Attributes

MoveSegmentDatamsd
 
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
 
Nurbnu
 
BezTriplebezt
 
BPointbp
 

Detailed Description

Definition at line 88 of file editcurve_pen.cc.

Member Data Documentation

◆ bezt

BezTriple* CurvePenData::bezt

Definition at line 120 of file editcurve_pen.cc.

Referenced by curve_pen_invoke(), and curve_pen_modal().

◆ bp

BPoint* CurvePenData::bp

Definition at line 121 of file editcurve_pen.cc.

Referenced by curve_pen_invoke(), and curve_pen_modal().

◆ changed

bool CurvePenData::changed

Definition at line 97 of file editcurve_pen.cc.

Referenced by curve_pen_invoke(), curve_pen_modal(), and toggle_handle_types().

◆ dragging

bool CurvePenData::dragging

Definition at line 91 of file editcurve_pen.cc.

Referenced by curve_pen_modal().

◆ found_point

bool CurvePenData::found_point

Definition at line 99 of file editcurve_pen.cc.

Referenced by curve_pen_invoke(), and curve_pen_modal().

◆ free_toggle

bool CurvePenData::free_toggle

Definition at line 108 of file editcurve_pen.cc.

Referenced by move_all_selected_points().

◆ link_handles

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().

◆ lock_angle

bool CurvePenData::lock_angle

Definition at line 114 of file editcurve_pen.cc.

Referenced by curve_pen_modal(), and move_all_selected_points().

◆ move_adjacent

bool CurvePenData::move_adjacent

Definition at line 110 of file editcurve_pen.cc.

Referenced by curve_pen_modal().

◆ move_entire

bool CurvePenData::move_entire

Definition at line 116 of file editcurve_pen.cc.

Referenced by curve_pen_modal(), and move_all_selected_points().

◆ msd

MoveSegmentData* CurvePenData::msd

Definition at line 89 of file editcurve_pen.cc.

Referenced by curve_pen_modal(), and is_spline_nearby().

◆ multi_point

bool CurvePenData::multi_point

Definition at line 101 of file editcurve_pen.cc.

◆ new_point

bool CurvePenData::new_point

Definition at line 93 of file editcurve_pen.cc.

Referenced by curve_pen_invoke(), and curve_pen_modal().

◆ nu

Nurb* CurvePenData::nu

Definition at line 119 of file editcurve_pen.cc.

Referenced by curve_pen_invoke(), and curve_pen_modal().

◆ select_multi

bool CurvePenData::select_multi

Definition at line 105 of file editcurve_pen.cc.

Referenced by curve_pen_modal().

◆ selection_made

bool CurvePenData::selection_made

Definition at line 103 of file editcurve_pen.cc.

Referenced by curve_pen_invoke(), and curve_pen_modal().

◆ spline_nearby

bool CurvePenData::spline_nearby

Definition at line 95 of file editcurve_pen.cc.

Referenced by curve_pen_invoke(), and curve_pen_modal().


The documentation for this struct was generated from the following file: