|
Blender V4.3
|
Inherits blender::ed::sculpt_paint::image::ops::paint::AbstractPaintMode.
Public Member Functions | |
| void * | paint_new_stroke (bContext *C, wmOperator *op, Object *, const float[2], int mode) override |
| void | paint_stroke (bContext *, void *stroke_handle, float prev_mouse[2], float mouse[2], int eraser, float pressure, float distance, float size) override |
| void | paint_stroke_redraw (const bContext *C, void *stroke_handle, bool final) override |
| void | paint_stroke_done (void *stroke_handle) override |
| void | paint_gradient_fill (const bContext *C, const Scene *, const Paint *, Brush *brush, PaintStroke *, void *stroke_handle, float mouse_start[2], float mouse_end[2]) override |
| void | paint_bucket_fill (const bContext *C, const Scene *scene, const Paint *paint, Brush *brush, PaintStroke *stroke, void *stroke_handle, float mouse_start[2], float mouse_end[2]) override |
Public Member Functions inherited from blender::ed::sculpt_paint::image::ops::paint::AbstractPaintMode | |
| virtual | ~AbstractPaintMode ()=default |
Definition at line 80 of file paint_image_ops_paint.cc.
|
inlineoverridevirtual |
Implements blender::ed::sculpt_paint::image::ops::paint::AbstractPaintMode.
Definition at line 122 of file paint_image_ops_paint.cc.
References BKE_brush_color_get(), BKE_brush_secondary_color_get(), paint_2d_bucket_fill(), blender::ed::sculpt_paint::paint_stroke_inverted(), and srgb_to_linearrgb_v3_v3().
|
inlineoverridevirtual |
Implements blender::ed::sculpt_paint::image::ops::paint::AbstractPaintMode.
Definition at line 110 of file paint_image_ops_paint.cc.
References paint_2d_gradient_fill().
|
inlineoverridevirtual |
Implements blender::ed::sculpt_paint::image::ops::paint::AbstractPaintMode.
Definition at line 82 of file paint_image_ops_paint.cc.
References paint_2d_new_stroke().
|
inlineoverridevirtual |
Implements blender::ed::sculpt_paint::image::ops::paint::AbstractPaintMode.
Definition at line 88 of file paint_image_ops_paint.cc.
References paint_2d_stroke().
|
inlineoverridevirtual |
Implements blender::ed::sculpt_paint::image::ops::paint::AbstractPaintMode.
Definition at line 105 of file paint_image_ops_paint.cc.
References paint_2d_stroke_done().
|
inlineoverridevirtual |
Implements blender::ed::sculpt_paint::image::ops::paint::AbstractPaintMode.
Definition at line 100 of file paint_image_ops_paint.cc.
References paint_2d_redraw().