Go to the source code of this file.
|
| static BLI_NOINLINE void | blender::ed::sculpt_paint::surface_smooth_cc::clamp_factors (const MutableSpan< float > factors) |
| |
| static BLI_NOINLINE void | blender::ed::sculpt_paint::surface_smooth_cc::do_surface_smooth_brush_mesh (const Depsgraph &depsgraph, const Sculpt &sd, const Brush &brush, const IndexMask &node_mask, Object &object, const MutableSpan< float3 > all_laplacian_disp) |
| |
| static BLI_NOINLINE void | blender::ed::sculpt_paint::surface_smooth_cc::do_surface_smooth_brush_grids (const Depsgraph &depsgraph, const Sculpt &sd, const Brush &brush, const IndexMask &node_mask, Object &object, const MutableSpan< float3 > all_laplacian_disp) |
| |
| static BLI_NOINLINE void | blender::ed::sculpt_paint::surface_smooth_cc::do_surface_smooth_brush_bmesh (const Depsgraph &depsgraph, const Sculpt &sd, const Brush &brush, const IndexMask &node_mask, Object &object, const MutableSpan< float3 > all_laplacian_disp) |
| |
| void | blender::ed::sculpt_paint::do_surface_smooth_brush (const Depsgraph &depsgraph, const Sculpt &sd, Object &object, const IndexMask &node_mask) |
| |