|
Blender V4.3
|
#include <grease_pencil_intern.hh>
Inherits blender::ed::sculpt_paint::PaintModeData.
Inherited by blender::ed::sculpt_paint::greasepencil::EraseOperation, blender::ed::sculpt_paint::greasepencil::GreasePencilStrokeOperationCommon, blender::ed::sculpt_paint::greasepencil::PaintOperation, blender::ed::sculpt_paint::greasepencil::TintOperation, and blender::ed::sculpt_paint::greasepencil::WeightPaintOperation.
Public Member Functions | |
| virtual void | on_stroke_begin (const bContext &C, const InputSample &start_sample)=0 |
| virtual void | on_stroke_extended (const bContext &C, const InputSample &extension_sample)=0 |
| virtual void | on_stroke_done (const bContext &C)=0 |
Public Member Functions inherited from blender::ed::sculpt_paint::PaintModeData | |
| virtual | ~PaintModeData ()=default |
Definition at line 47 of file grease_pencil_intern.hh.
|
pure virtual |
Implemented in blender::ed::sculpt_paint::greasepencil::AverageWeightPaintOperation, blender::ed::sculpt_paint::greasepencil::BlurWeightPaintOperation, blender::ed::sculpt_paint::greasepencil::CloneOperation, blender::ed::sculpt_paint::greasepencil::DrawWeightPaintOperation, blender::ed::sculpt_paint::greasepencil::EraseOperation, blender::ed::sculpt_paint::greasepencil::GrabOperation, blender::ed::sculpt_paint::greasepencil::PaintOperation, blender::ed::sculpt_paint::greasepencil::PinchOperation, blender::ed::sculpt_paint::greasepencil::PushOperation, blender::ed::sculpt_paint::greasepencil::RandomizeOperation, blender::ed::sculpt_paint::greasepencil::SmearWeightPaintOperation, blender::ed::sculpt_paint::greasepencil::SmoothOperation, blender::ed::sculpt_paint::greasepencil::StrengthOperation, blender::ed::sculpt_paint::greasepencil::ThicknessOperation, blender::ed::sculpt_paint::greasepencil::TintOperation, blender::ed::sculpt_paint::greasepencil::TwistOperation, blender::ed::sculpt_paint::greasepencil::VertexAverageOperation, blender::ed::sculpt_paint::greasepencil::VertexBlurOperation, blender::ed::sculpt_paint::greasepencil::VertexPaintOperation, blender::ed::sculpt_paint::greasepencil::VertexReplaceOperation, and blender::ed::sculpt_paint::greasepencil::VertexSmearOperation.
|
pure virtual |
Implemented in blender::ed::sculpt_paint::greasepencil::AverageWeightPaintOperation, blender::ed::sculpt_paint::greasepencil::BlurWeightPaintOperation, blender::ed::sculpt_paint::greasepencil::CloneOperation, blender::ed::sculpt_paint::greasepencil::DrawWeightPaintOperation, blender::ed::sculpt_paint::greasepencil::EraseOperation, blender::ed::sculpt_paint::greasepencil::GrabOperation, blender::ed::sculpt_paint::greasepencil::PaintOperation, blender::ed::sculpt_paint::greasepencil::PinchOperation, blender::ed::sculpt_paint::greasepencil::PushOperation, blender::ed::sculpt_paint::greasepencil::RandomizeOperation, blender::ed::sculpt_paint::greasepencil::SmearWeightPaintOperation, blender::ed::sculpt_paint::greasepencil::SmoothOperation, blender::ed::sculpt_paint::greasepencil::StrengthOperation, blender::ed::sculpt_paint::greasepencil::ThicknessOperation, blender::ed::sculpt_paint::greasepencil::TintOperation, blender::ed::sculpt_paint::greasepencil::TwistOperation, blender::ed::sculpt_paint::greasepencil::VertexAverageOperation, blender::ed::sculpt_paint::greasepencil::VertexBlurOperation, blender::ed::sculpt_paint::greasepencil::VertexPaintOperation, blender::ed::sculpt_paint::greasepencil::VertexReplaceOperation, and blender::ed::sculpt_paint::greasepencil::VertexSmearOperation.
Referenced by blender::ed::sculpt_paint::stroke_done().
|
pure virtual |
Implemented in blender::ed::sculpt_paint::greasepencil::AverageWeightPaintOperation, blender::ed::sculpt_paint::greasepencil::BlurWeightPaintOperation, blender::ed::sculpt_paint::greasepencil::CloneOperation, blender::ed::sculpt_paint::greasepencil::DrawWeightPaintOperation, blender::ed::sculpt_paint::greasepencil::EraseOperation, blender::ed::sculpt_paint::greasepencil::GrabOperation, blender::ed::sculpt_paint::greasepencil::PaintOperation, blender::ed::sculpt_paint::greasepencil::PinchOperation, blender::ed::sculpt_paint::greasepencil::PushOperation, blender::ed::sculpt_paint::greasepencil::RandomizeOperation, blender::ed::sculpt_paint::greasepencil::SmearWeightPaintOperation, blender::ed::sculpt_paint::greasepencil::SmoothOperation, blender::ed::sculpt_paint::greasepencil::StrengthOperation, blender::ed::sculpt_paint::greasepencil::ThicknessOperation, blender::ed::sculpt_paint::greasepencil::TintOperation, blender::ed::sculpt_paint::greasepencil::TwistOperation, blender::ed::sculpt_paint::greasepencil::VertexAverageOperation, blender::ed::sculpt_paint::greasepencil::VertexBlurOperation, blender::ed::sculpt_paint::greasepencil::VertexPaintOperation, blender::ed::sculpt_paint::greasepencil::VertexReplaceOperation, and blender::ed::sculpt_paint::greasepencil::VertexSmearOperation.
Referenced by blender::ed::sculpt_paint::stroke_update_step().