Blender
V3.3
|
#include <curves_sculpt_intern.hh>
Public Member Functions | |
virtual | ~CurvesSculptStrokeOperation ()=default |
virtual void | on_stroke_extended (const bContext &C, const StrokeExtension &stroke_extension)=0 |
Base class for stroke based operations in curves sculpt mode.
Definition at line 55 of file curves_sculpt_intern.hh.
|
virtualdefault |
|
pure virtual |
Implemented in blender::ed::sculpt_paint::SnakeHookOperation, blender::ed::sculpt_paint::SmoothOperation, blender::ed::sculpt_paint::SlideOperation, blender::ed::sculpt_paint::SelectionPaintOperation, blender::ed::sculpt_paint::PuffOperation, blender::ed::sculpt_paint::PinchOperation, blender::ed::sculpt_paint::CurvesEffectOperation, blender::ed::sculpt_paint::DensitySubtractOperation, blender::ed::sculpt_paint::DensityAddOperation, blender::ed::sculpt_paint::DeleteOperation, blender::ed::sculpt_paint::CombOperation, and blender::ed::sculpt_paint::AddOperation.