|
Blender V5.0
|
Public Member Functions | |
| SelectionPaintOperationExecutor (const bContext &C) | |
| void | execute (SelectionPaintOperation &self, const bContext &C, const StrokeExtension &stroke_extension) |
| void | paint_point_selection_projected_with_symmetry (MutableSpan< float > selection) |
| void | paint_point_selection_projected (const float4x4 &brush_transform, MutableSpan< float > selection) |
| void | paint_point_selection_spherical_with_symmetry (MutableSpan< float > selection) |
| void | paint_point_selection_spherical (MutableSpan< float > selection, const float3 &brush_cu) |
| void | paint_curve_selection_projected_with_symmetry (MutableSpan< float > selection) |
| void | paint_curve_selection_projected (const float4x4 &brush_transform, MutableSpan< float > selection) |
| void | paint_curve_selection_spherical_with_symmetry (MutableSpan< float > selection) |
| void | paint_curve_selection_spherical (MutableSpan< float > selection, const float3 &brush_cu) |
| void | initialize_spherical_brush_reference_point () |
Definition at line 56 of file curves_sculpt_selection_paint.cc.
|
inline |
Definition at line 78 of file curves_sculpt_selection_paint.cc.
|
inline |
Definition at line 80 of file curves_sculpt_selection_paint.cc.
References BKE_brush_radius_get(), BKE_paint_brush_for_read(), brush_, brush_pos_re_, brush_radius_base_re_, blender::ed::sculpt_paint::brush_radius_factor(), brush_radius_factor_, brush_strength_, blender::ed::sculpt_paint::brush_strength_get(), C, ctx_, CTX_data_active_object(), curves_, curves_id_, curves_sculpt_, DEG_id_tag_update(), blender::bke::SpanAttributeWriter< T >::domain, ED_region_tag_redraw(), blender::ed::curves::fill_selection_false(), blender::ed::sculpt_paint::float_selection_ensure(), ID_RECALC_GEOMETRY, initialize_spherical_brush_reference_point(), blender::ed::sculpt_paint::StrokeExtension::is_first, blender::ed::sculpt_paint::StrokeExtension::mouse_position, NC_GEOM, ND_DATA, object_, paint_curve_selection_projected_with_symmetry(), paint_curve_selection_spherical_with_symmetry(), PAINT_FALLOFF_SHAPE_SPHERE, PAINT_FALLOFF_SHAPE_TUBE, paint_point_selection_projected_with_symmetry(), paint_point_selection_spherical_with_symmetry(), blender::bke::Point, RV3D_PAINTING, selection_, selection_goal_, self, self_, blender::bke::SpanAttributeWriter< T >::span, transforms_, U, USER_ORBIT_SELECTION, and WM_main_add_notifier().
Referenced by blender::ed::sculpt_paint::SelectionPaintOperation::on_stroke_extended().
|
inline |
Definition at line 369 of file curves_sculpt_selection_paint.cc.
References brush_pos_re_, brush_radius_base_re_, ctx_, curves_sculpt_, object_, blender::ed::sculpt_paint::remember_stroke_position(), blender::ed::sculpt_paint::sample_curves_3d_brush(), self_, blender::math::transform_point(), and transforms_.
Referenced by execute().
|
inline |
Definition at line 259 of file curves_sculpt_selection_paint.cc.
References brush_radius_base_re_, brush_radius_factor_, ctx_, curves_, ED_view3d_ob_project_mat_get(), blender::bke::crazyspace::get_evaluated_curves_deformation(), blender::math::invert(), object_, blender::threading::parallel_for(), and pow2f().
Referenced by paint_curve_selection_projected_with_symmetry().
|
inline |
Definition at line 250 of file curves_sculpt_selection_paint.cc.
References curves_id_, blender::ed::sculpt_paint::get_symmetry_brush_transforms(), and paint_curve_selection_projected().
Referenced by execute().
|
inline |
Definition at line 330 of file curves_sculpt_selection_paint.cc.
References ctx_, curves_, blender::bke::crazyspace::get_evaluated_curves_deformation(), object_, blender::threading::parallel_for(), pow2f(), and self_.
Referenced by paint_curve_selection_spherical_with_symmetry().
|
inline |
Definition at line 310 of file curves_sculpt_selection_paint.cc.
References brush_pos_re_, ctx_, curves_id_, ED_view3d_win_to_3d(), blender::ed::sculpt_paint::get_symmetry_brush_transforms(), paint_curve_selection_spherical(), self_, blender::math::transform_point(), and transforms_.
Referenced by execute().
|
inline |
Definition at line 159 of file curves_sculpt_selection_paint.cc.
References brush_radius_base_re_, brush_radius_factor_, ctx_, curves_, ED_view3d_ob_project_mat_get(), blender::bke::crazyspace::get_evaluated_curves_deformation(), blender::math::invert(), object_, blender::threading::parallel_for(), and pow2f().
Referenced by paint_point_selection_projected_with_symmetry().
|
inline |
Definition at line 150 of file curves_sculpt_selection_paint.cc.
References curves_id_, blender::ed::sculpt_paint::get_symmetry_brush_transforms(), and paint_point_selection_projected().
Referenced by execute().
|
inline |
Definition at line 218 of file curves_sculpt_selection_paint.cc.
References ctx_, curves_, blender::bke::crazyspace::get_evaluated_curves_deformation(), object_, blender::threading::parallel_for(), pow2f(), and self_.
Referenced by paint_point_selection_spherical_with_symmetry().
|
inline |
Definition at line 198 of file curves_sculpt_selection_paint.cc.
References brush_pos_re_, ctx_, curves_id_, ED_view3d_win_to_3d(), blender::ed::sculpt_paint::get_symmetry_brush_transforms(), paint_point_selection_spherical(), self_, blender::math::transform_point(), and transforms_.
Referenced by execute().
Definition at line 67 of file curves_sculpt_selection_paint.cc.
Referenced by execute().
| float2 blender::ed::sculpt_paint::SelectionPaintOperationExecutor::brush_pos_re_ |
Definition at line 74 of file curves_sculpt_selection_paint.cc.
Referenced by execute(), initialize_spherical_brush_reference_point(), paint_curve_selection_spherical_with_symmetry(), and paint_point_selection_spherical_with_symmetry().
| float blender::ed::sculpt_paint::SelectionPaintOperationExecutor::brush_radius_base_re_ |
Definition at line 68 of file curves_sculpt_selection_paint.cc.
Referenced by execute(), initialize_spherical_brush_reference_point(), paint_curve_selection_projected(), and paint_point_selection_projected().
| float blender::ed::sculpt_paint::SelectionPaintOperationExecutor::brush_radius_factor_ |
Definition at line 69 of file curves_sculpt_selection_paint.cc.
Referenced by execute(), paint_curve_selection_projected(), and paint_point_selection_projected().
| float blender::ed::sculpt_paint::SelectionPaintOperationExecutor::brush_strength_ |
Definition at line 70 of file curves_sculpt_selection_paint.cc.
Referenced by execute().
| CurvesSculptCommonContext blender::ed::sculpt_paint::SelectionPaintOperationExecutor::ctx_ |
Definition at line 58 of file curves_sculpt_selection_paint.cc.
Referenced by execute(), initialize_spherical_brush_reference_point(), paint_curve_selection_projected(), paint_curve_selection_spherical(), paint_curve_selection_spherical_with_symmetry(), paint_point_selection_projected(), paint_point_selection_spherical(), paint_point_selection_spherical_with_symmetry(), and SelectionPaintOperationExecutor().
| CurvesGeometry* blender::ed::sculpt_paint::SelectionPaintOperationExecutor::curves_ = nullptr |
Definition at line 62 of file curves_sculpt_selection_paint.cc.
Referenced by execute(), paint_curve_selection_projected(), paint_curve_selection_spherical(), paint_point_selection_projected(), and paint_point_selection_spherical().
| CurvesSculpt* blender::ed::sculpt_paint::SelectionPaintOperationExecutor::curves_sculpt_ = nullptr |
Definition at line 66 of file curves_sculpt_selection_paint.cc.
Referenced by execute(), and initialize_spherical_brush_reference_point().
Definition at line 60 of file curves_sculpt_selection_paint.cc.
Referenced by execute(), initialize_spherical_brush_reference_point(), paint_curve_selection_projected(), paint_curve_selection_spherical(), paint_point_selection_projected(), and paint_point_selection_spherical().
| bke::SpanAttributeWriter<float> blender::ed::sculpt_paint::SelectionPaintOperationExecutor::selection_ |
Definition at line 64 of file curves_sculpt_selection_paint.cc.
Referenced by execute().
| float blender::ed::sculpt_paint::SelectionPaintOperationExecutor::selection_goal_ |
Definition at line 72 of file curves_sculpt_selection_paint.cc.
Referenced by execute().
| SelectionPaintOperation* blender::ed::sculpt_paint::SelectionPaintOperationExecutor::self_ = nullptr |
Definition at line 57 of file curves_sculpt_selection_paint.cc.
Referenced by execute(), initialize_spherical_brush_reference_point(), paint_curve_selection_spherical(), paint_curve_selection_spherical_with_symmetry(), paint_point_selection_spherical(), and paint_point_selection_spherical_with_symmetry().
| CurvesSurfaceTransforms blender::ed::sculpt_paint::SelectionPaintOperationExecutor::transforms_ |
Definition at line 76 of file curves_sculpt_selection_paint.cc.
Referenced by execute(), initialize_spherical_brush_reference_point(), paint_curve_selection_spherical_with_symmetry(), and paint_point_selection_spherical_with_symmetry().