Blender  V3.3
Public Attributes | List of all members
CurvePenData Struct Reference

Public Attributes

MoveSegmentDatamsd
 
bool dragging
 
bool new_point
 
bool spline_nearby
 
bool acted
 
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 87 of file editcurve_pen.c.

Member Data Documentation

◆ acted

bool CurvePenData::acted

Definition at line 96 of file editcurve_pen.c.

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

◆ bezt

BezTriple* CurvePenData::bezt

Definition at line 119 of file editcurve_pen.c.

Referenced by curve_pen_invoke(), and curve_pen_modal().

◆ bp

BPoint* CurvePenData::bp

Definition at line 120 of file editcurve_pen.c.

Referenced by curve_pen_invoke(), and curve_pen_modal().

◆ dragging

bool CurvePenData::dragging

Definition at line 90 of file editcurve_pen.c.

Referenced by curve_pen_modal().

◆ found_point

bool CurvePenData::found_point

Definition at line 98 of file editcurve_pen.c.

Referenced by curve_pen_invoke(), and curve_pen_modal().

◆ free_toggle

bool CurvePenData::free_toggle

Definition at line 107 of file editcurve_pen.c.

Referenced by move_all_selected_points().

◆ link_handles

bool CurvePenData::link_handles

Definition at line 111 of file editcurve_pen.c.

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

◆ lock_angle

bool CurvePenData::lock_angle

Definition at line 113 of file editcurve_pen.c.

Referenced by curve_pen_modal(), and move_all_selected_points().

◆ move_adjacent

bool CurvePenData::move_adjacent

Definition at line 109 of file editcurve_pen.c.

Referenced by curve_pen_modal().

◆ move_entire

bool CurvePenData::move_entire

Definition at line 115 of file editcurve_pen.c.

Referenced by curve_pen_modal(), and move_all_selected_points().

◆ msd

MoveSegmentData* CurvePenData::msd

Definition at line 88 of file editcurve_pen.c.

Referenced by curve_pen_modal(), and is_spline_nearby().

◆ multi_point

bool CurvePenData::multi_point

Definition at line 100 of file editcurve_pen.c.

◆ new_point

bool CurvePenData::new_point

Definition at line 92 of file editcurve_pen.c.

Referenced by curve_pen_invoke(), and curve_pen_modal().

◆ nu

Nurb* CurvePenData::nu

Definition at line 118 of file editcurve_pen.c.

Referenced by curve_pen_invoke(), and curve_pen_modal().

◆ select_multi

bool CurvePenData::select_multi

Definition at line 104 of file editcurve_pen.c.

Referenced by curve_pen_modal().

◆ selection_made

bool CurvePenData::selection_made

Definition at line 102 of file editcurve_pen.c.

Referenced by curve_pen_invoke(), and curve_pen_modal().

◆ spline_nearby

bool CurvePenData::spline_nearby

Definition at line 94 of file editcurve_pen.c.

Referenced by curve_pen_invoke(), and curve_pen_modal().


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