Blender
V3.3
|
Public Attributes | |
float | mval [2] |
float | location_world [3] |
float | location_local [3] |
float | normal_world [3] |
float | normal_local [3] |
float | pressure |
Definition at line 65 of file editcurve_paint.c.
float StrokeElem::location_local[3] |
Definition at line 68 of file editcurve_paint.c.
Referenced by curve_draw_exec(), curve_draw_exec_precalc(), curve_draw_stroke_3d(), curve_draw_stroke_from_operator_elem(), stroke_elem_interp(), stroke_elem_pressure_set(), and stroke_elem_project_fallback_elem().
float StrokeElem::location_world[3] |
Definition at line 67 of file editcurve_paint.c.
Referenced by curve_draw_event_add(), curve_draw_stroke_3d(), curve_draw_stroke_from_operator_elem(), curve_draw_stroke_to_operator_elem(), stroke_elem_interp(), stroke_elem_pressure_set(), and stroke_elem_project_fallback_elem().
float StrokeElem::mval[2] |
Definition at line 66 of file editcurve_paint.c.
Referenced by curve_draw_event_add(), curve_draw_exec_precalc(), curve_draw_stroke_from_operator_elem(), curve_draw_stroke_to_operator_elem(), stroke_elem_interp(), and stroke_elem_project_fallback_elem().
float StrokeElem::normal_local[3] |
Definition at line 72 of file editcurve_paint.c.
Referenced by stroke_elem_pressure_set(), and stroke_elem_project_fallback_elem().
float StrokeElem::normal_world[3] |
Definition at line 71 of file editcurve_paint.c.
Referenced by stroke_elem_project_fallback_elem().
float StrokeElem::pressure |
Definition at line 74 of file editcurve_paint.c.
Referenced by curve_draw_event_add(), curve_draw_exec(), curve_draw_exec_precalc(), curve_draw_stroke_from_operator_elem(), curve_draw_stroke_to_operator_elem(), stroke_elem_interp(), stroke_elem_pressure_set(), stroke_elem_radius(), and stroke_elem_radius_from_pressure().