Blender
V3.3
|
Public Member Functions | |
PaintOperation ()=default | |
~PaintOperation () | |
Public Attributes | |
AbstractPaintMode * | mode = nullptr |
void * | stroke_handle = nullptr |
float | prevmouse [2] = {0.0f, 0.0f} |
float | startmouse [2] = {0.0f, 0.0f} |
double | starttime = 0.0 |
wmPaintCursor * | cursor = nullptr |
ViewContext | vc = {nullptr} |
Definition at line 217 of file paint_image_ops_paint.cc.
|
default |
|
inline |
Definition at line 230 of file paint_image_ops_paint.cc.
References cursor, mode, and WM_paint_cursor_end().
wmPaintCursor* blender::ed::sculpt_paint::image::ops::paint::PaintOperation::cursor = nullptr |
Definition at line 226 of file paint_image_ops_paint.cc.
Referenced by blender::ed::sculpt_paint::image::ops::paint::texture_paint_init(), and ~PaintOperation().
AbstractPaintMode* blender::ed::sculpt_paint::image::ops::paint::PaintOperation::mode = nullptr |
Definition at line 218 of file paint_image_ops_paint.cc.
Referenced by blender::ed::sculpt_paint::image::ops::paint::paint_stroke_done(), blender::ed::sculpt_paint::image::ops::paint::paint_stroke_redraw(), blender::ed::sculpt_paint::image::ops::paint::paint_stroke_update_step(), blender::ed::sculpt_paint::image::ops::paint::texture_paint_init(), and ~PaintOperation().
float blender::ed::sculpt_paint::image::ops::paint::PaintOperation::prevmouse[2] = {0.0f, 0.0f} |
float blender::ed::sculpt_paint::image::ops::paint::PaintOperation::startmouse[2] = {0.0f, 0.0f} |
double blender::ed::sculpt_paint::image::ops::paint::PaintOperation::starttime = 0.0 |
Definition at line 224 of file paint_image_ops_paint.cc.
void* blender::ed::sculpt_paint::image::ops::paint::PaintOperation::stroke_handle = nullptr |
Definition at line 220 of file paint_image_ops_paint.cc.
Referenced by blender::ed::sculpt_paint::image::ops::paint::paint_stroke_done(), blender::ed::sculpt_paint::image::ops::paint::paint_stroke_redraw(), blender::ed::sculpt_paint::image::ops::paint::paint_stroke_update_step(), and blender::ed::sculpt_paint::image::ops::paint::texture_paint_init().
ViewContext blender::ed::sculpt_paint::image::ops::paint::PaintOperation::vc = {nullptr} |
Definition at line 227 of file paint_image_ops_paint.cc.
Referenced by blender::ed::sculpt_paint::image::ops::paint::gradient_draw_line(), and blender::ed::sculpt_paint::image::ops::paint::texture_paint_init().