|
Blender V4.5
|
Classes | |
| struct | [struct].project |
| struct | [struct].sample |
| struct | [struct].radius |
| struct | [struct].prev |
Public Attributes | |
| short | init_event_type |
| short | curve_type |
| struct | project |
| struct | sample |
| struct | radius |
| struct | prev |
| ViewContext | vc |
| ViewDepths * | depths |
| CurveDrawState | state |
| BLI_mempool * | stroke_elem_pool |
| void * | draw_handle_view |
Definition at line 92 of file editcurve_paint.cc.
| short CurveDrawData::curve_type |
Definition at line 94 of file editcurve_paint.cc.
Referenced by curve_draw_exec(), curve_draw_init(), and curve_draw_invoke().
| ViewDepths* CurveDrawData::depths |
Definition at line 133 of file editcurve_paint.cc.
Referenced by curve_draw_event_add_first(), curve_draw_exit(), curve_draw_invoke(), and stroke_elem_project().
| void* CurveDrawData::draw_handle_view |
Definition at line 139 of file editcurve_paint.cc.
Referenced by curve_draw_exit(), and curve_draw_invoke().
| short CurveDrawData::init_event_type |
Definition at line 93 of file editcurve_paint.cc.
Referenced by curve_draw_event_add_first(), and curve_draw_modal().
| struct CurveDrawData::[struct].prev CurveDrawData::prev |
Referenced by curve_draw_event_add(), curve_draw_event_add_first(), curve_draw_invoke(), and curve_draw_modal().
| struct CurveDrawData::[struct].project CurveDrawData::project |
| struct CurveDrawData::[struct].radius CurveDrawData::radius |
Referenced by curve_draw_exec(), curve_draw_init(), and stroke_elem_radius_from_pressure().
| struct CurveDrawData::[struct].sample CurveDrawData::sample |
Referenced by curve_draw_event_add(), and curve_draw_invoke().
| CurveDrawState CurveDrawData::state |
Definition at line 134 of file editcurve_paint.cc.
Referenced by curve_draw_event_add_first(), and curve_draw_modal().
| BLI_mempool* CurveDrawData::stroke_elem_pool |
Definition at line 137 of file editcurve_paint.cc.
Referenced by curve_draw_event_add(), curve_draw_exec(), curve_draw_exec_precalc(), curve_draw_exit(), curve_draw_init(), curve_draw_stroke_3d(), curve_draw_stroke_from_operator_elem(), and curve_draw_stroke_to_operator().
| ViewContext CurveDrawData::vc |
Definition at line 132 of file editcurve_paint.cc.
Referenced by curve_draw_event_add(), curve_draw_event_add_first(), curve_draw_exec(), curve_draw_exec_precalc(), curve_draw_exit(), curve_draw_init(), curve_draw_invoke(), curve_draw_modal(), curve_draw_stroke_3d(), curve_draw_stroke_from_operator_elem(), stroke_elem_pressure_set(), stroke_elem_project(), stroke_elem_project_fallback(), and stroke_elem_radius_from_pressure().