|
Blender V5.0
|
Inherits blender::ed::sculpt_paint::greasepencil::GreasePencilStrokeOperationCommon.
Additional Inherited Members | |
| Public Types inherited from blender::ed::sculpt_paint::greasepencil::GreasePencilStrokeOperationCommon | |
| using | MutableDrawingInfo = blender::ed::greasepencil::MutableDrawingInfo |
| using | DrawingPlacement = ed::greasepencil::DrawingPlacement |
| Public Attributes inherited from blender::ed::sculpt_paint::greasepencil::GreasePencilStrokeOperationCommon | |
| BrushStrokeMode | stroke_mode |
| float2 | start_mouse_position |
| float2 | prev_mouse_position |
| Array< AutoMaskingInfo > | auto_masking_info_per_drawing |
Definition at line 15 of file grease_pencil_vertex_blur.cc.
|
overridevirtual |
Implements blender::ed::sculpt_paint::GreasePencilStrokeOperation.
Definition at line 24 of file grease_pencil_vertex_blur.cc.
References C, blender::ed::sculpt_paint::greasepencil::GreasePencilStrokeOperationCommon::init_stroke(), and on_stroke_extended().
|
overridevirtual |
Implements blender::ed::sculpt_paint::GreasePencilStrokeOperation.
Definition at line 88 of file grease_pencil_vertex_blur.cc.
|
overridevirtual |
Implements blender::ed::sculpt_paint::GreasePencilStrokeOperation.
Definition at line 30 of file grease_pencil_vertex_blur.cc.
References BKE_paint_brush(), BKE_paint_get_active_from_context(), blender::ed::sculpt_paint::greasepencil::brush_point_influence(), blender::ed::sculpt_paint::greasepencil::brush_radius(), C, blender::ed::sculpt_paint::greasepencil::calculate_view_positions(), CTX_data_scene(), blender::ed::sculpt_paint::greasepencil::curve_mask_for_stroke_operation(), distance(), blender::math::distance_squared(), ED_grease_pencil_any_vertex_mask_selection(), blender::ed::sculpt_paint::greasepencil::GreasePencilStrokeOperationCommon::foreach_editable_drawing(), blender::index_mask::IndexMask::foreach_index(), blender::math::interpolate(), blender::index_mask::IndexMask::is_empty(), blender::ed::sculpt_paint::InputSample::mouse_position, params, blender::ed::sculpt_paint::greasepencil::point_mask_for_stroke_operation(), blender::ed::sculpt_paint::InputSample::pressure, and Scene::toolsettings.
Referenced by on_stroke_begin().