|
Blender V4.3
|
Public Member Functions | |
| DeleteOperationExecutor (const bContext &C) | |
| void | execute (DeleteOperation &self, const bContext &C, const StrokeExtension &stroke_extension) |
| void | delete_projected_with_symmetry (MutableSpan< bool > curves_to_keep) |
| void | delete_projected (const float4x4 &brush_transform, MutableSpan< bool > curves_to_keep) |
| void | delete_spherical_with_symmetry (MutableSpan< bool > curves_to_keep) |
| void | delete_spherical (const float3 &brush_cu, MutableSpan< bool > curves_to_keep) |
| void | initialize_spherical_brush_reference_point () |
Public Attributes | |
| DeleteOperation * | self_ = nullptr |
| CurvesSculptCommonContext | ctx_ |
| Object * | object_ = nullptr |
| Curves * | curves_id_ = nullptr |
| CurvesGeometry * | curves_ = nullptr |
| IndexMaskMemory | selected_curve_memory_ |
| IndexMask | curve_selection_ |
| const CurvesSculpt * | curves_sculpt_ = nullptr |
| const Brush * | brush_ = nullptr |
| float | brush_radius_base_re_ |
| float | brush_radius_factor_ |
| float2 | brush_pos_re_ |
| CurvesSurfaceTransforms | transforms_ |
Definition at line 65 of file curves_sculpt_delete.cc.
|
inline |
Definition at line 85 of file curves_sculpt_delete.cc.
|
inline |
Definition at line 156 of file curves_sculpt_delete.cc.
References brush_pos_re_, brush_radius_base_re_, brush_radius_factor_, ctx_, curve_selection_, curves_, dist_squared_to_line_segment_v2(), blender::math::distance_squared(), ED_view3d_ob_project_mat_get(), ED_view3d_project_float_v2_m4(), blender::index_mask::IndexMask::foreach_segment(), blender::math::invert(), object_, blender::bke::CurvesGeometry::points_by_curve(), pow2f(), blender::ed::sculpt_paint::CurvesSculptCommonContext::region, blender::ed::sculpt_paint::CurvesSculptCommonContext::rv3d, self_, and blender::math::transform_point().
Referenced by delete_projected_with_symmetry().
|
inline |
Definition at line 147 of file curves_sculpt_delete.cc.
References curves_id_, delete_projected(), blender::ed::sculpt_paint::get_symmetry_brush_transforms(), and Curves::symmetry.
Referenced by execute().
|
inline |
Definition at line 219 of file curves_sculpt_delete.cc.
References brush_radius_factor_, curve_selection_, curves_, dist_squared_to_line_segment_v3(), blender::math::distance_squared(), blender::index_mask::IndexMask::foreach_segment(), blender::bke::CurvesGeometry::points_by_curve(), pow2f(), blender::ed::sculpt_paint::CurvesBrush3D::radius_cu, and self_.
Referenced by delete_spherical_with_symmetry().
|
inline |
Definition at line 200 of file curves_sculpt_delete.cc.
References brush_pos_re_, ctx_, curves_id_, blender::bke::CurvesSurfaceTransforms::curves_to_world, delete_spherical(), ED_view3d_win_to_3d(), blender::ed::sculpt_paint::get_symmetry_brush_transforms(), blender::ed::sculpt_paint::CurvesBrush3D::position_cu, blender::ed::sculpt_paint::CurvesSculptCommonContext::region, self_, Curves::symmetry, blender::math::transform_point(), transforms_, blender::ed::sculpt_paint::CurvesSculptCommonContext::v3d, and blender::bke::CurvesSurfaceTransforms::world_to_curves.
Referenced by execute().
|
inline |
Definition at line 87 of file curves_sculpt_delete.cc.
References BKE_brush_size_get(), BKE_paint_brush_for_read(), BLI_assert_unreachable, brush_, brush_pos_re_, brush_radius_base_re_, blender::ed::sculpt_paint::brush_radius_factor(), brush_radius_factor_, ctx_, CTX_data_active_object(), curve_selection_, curves_, blender::bke::curves_copy_curve_selection(), curves_id_, blender::bke::CurvesGeometry::curves_num(), ToolSettings::curves_sculpt, curves_sculpt_, Object::data, DEG_id_tag_update(), delete_projected_with_symmetry(), delete_spherical_with_symmetry(), blender::ed::sculpt_paint::CurvesSculptCommonContext::depsgraph, ED_region_tag_redraw(), blender::Vector< T, InlineBufferCapacity, Allocator >::extend(), Brush::falloff_shape, blender::index_mask::IndexMask::foreach_index(), blender::index_mask::IndexMask::from_bools(), Curves::geometry, blender::bke::crazyspace::get_evaluated_curves_deformation(), Curves::id, 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_, CurvesSculpt::paint, PAINT_FALLOFF_SHAPE_SPHERE, PAINT_FALLOFF_SHAPE_TUBE, blender::bke::CurvesGeometry::points_by_curve(), blender::ed::sculpt_paint::CurvesSculptCommonContext::region, blender::ed::curves::retrieve_selected_curves(), blender::ed::sculpt_paint::CurvesSculptCommonContext::scene, selected_curve_memory_, self, self_, Curves::surface, Scene::toolsettings, transforms_, and WM_main_add_notifier().
Referenced by blender::ed::sculpt_paint::DeleteOperation::on_stroke_extended().
|
inline |
Definition at line 253 of file curves_sculpt_delete.cc.
References brush_pos_re_, brush_radius_base_re_, ctx_, blender::ed::sculpt_paint::CurvesSculptCommonContext::depsgraph, object_, blender::ed::sculpt_paint::CurvesSculptCommonContext::region, blender::ed::sculpt_paint::CurvesSculptCommonContext::rv3d, blender::ed::sculpt_paint::sample_curves_3d_brush(), self_, and blender::ed::sculpt_paint::CurvesSculptCommonContext::v3d.
Referenced by execute().
| const Brush* blender::ed::sculpt_paint::DeleteOperationExecutor::brush_ = nullptr |
Definition at line 77 of file curves_sculpt_delete.cc.
Referenced by execute().
| float2 blender::ed::sculpt_paint::DeleteOperationExecutor::brush_pos_re_ |
Definition at line 81 of file curves_sculpt_delete.cc.
Referenced by delete_projected(), delete_spherical_with_symmetry(), execute(), and initialize_spherical_brush_reference_point().
| float blender::ed::sculpt_paint::DeleteOperationExecutor::brush_radius_base_re_ |
Definition at line 78 of file curves_sculpt_delete.cc.
Referenced by delete_projected(), execute(), and initialize_spherical_brush_reference_point().
| float blender::ed::sculpt_paint::DeleteOperationExecutor::brush_radius_factor_ |
Definition at line 79 of file curves_sculpt_delete.cc.
Referenced by delete_projected(), delete_spherical(), and execute().
| CurvesSculptCommonContext blender::ed::sculpt_paint::DeleteOperationExecutor::ctx_ |
Definition at line 67 of file curves_sculpt_delete.cc.
Referenced by delete_projected(), delete_spherical_with_symmetry(), execute(), and initialize_spherical_brush_reference_point().
| IndexMask blender::ed::sculpt_paint::DeleteOperationExecutor::curve_selection_ |
Definition at line 74 of file curves_sculpt_delete.cc.
Referenced by delete_projected(), delete_spherical(), and execute().
| CurvesGeometry* blender::ed::sculpt_paint::DeleteOperationExecutor::curves_ = nullptr |
Definition at line 71 of file curves_sculpt_delete.cc.
Referenced by delete_projected(), delete_spherical(), and execute().
| Curves* blender::ed::sculpt_paint::DeleteOperationExecutor::curves_id_ = nullptr |
Definition at line 70 of file curves_sculpt_delete.cc.
Referenced by delete_projected_with_symmetry(), delete_spherical_with_symmetry(), and execute().
| const CurvesSculpt* blender::ed::sculpt_paint::DeleteOperationExecutor::curves_sculpt_ = nullptr |
Definition at line 76 of file curves_sculpt_delete.cc.
Referenced by execute().
| Object* blender::ed::sculpt_paint::DeleteOperationExecutor::object_ = nullptr |
Definition at line 69 of file curves_sculpt_delete.cc.
Referenced by delete_projected(), execute(), and initialize_spherical_brush_reference_point().
| IndexMaskMemory blender::ed::sculpt_paint::DeleteOperationExecutor::selected_curve_memory_ |
Definition at line 73 of file curves_sculpt_delete.cc.
Referenced by execute().
| DeleteOperation* blender::ed::sculpt_paint::DeleteOperationExecutor::self_ = nullptr |
Definition at line 66 of file curves_sculpt_delete.cc.
Referenced by delete_projected(), delete_spherical(), delete_spherical_with_symmetry(), execute(), and initialize_spherical_brush_reference_point().
| CurvesSurfaceTransforms blender::ed::sculpt_paint::DeleteOperationExecutor::transforms_ |
Definition at line 83 of file curves_sculpt_delete.cc.
Referenced by delete_spherical_with_symmetry(), and execute().