Blender V5.0
surface_smooth.cc File Reference

Go to the source code of this file.

Classes

struct  blender::ed::sculpt_paint::brushes::surface_smooth_cc::LocalData

Namespaces

namespace  blender
namespace  blender::ed
namespace  blender::ed::sculpt_paint
namespace  blender::ed::sculpt_paint::brushes
namespace  blender::ed::sculpt_paint::brushes::surface_smooth_cc

Functions

static BLI_NOINLINE void blender::ed::sculpt_paint::brushes::surface_smooth_cc::clamp_factors (const MutableSpan< float > factors)
static BLI_NOINLINE void blender::ed::sculpt_paint::brushes::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::brushes::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::brushes::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::brushes::do_surface_smooth_brush (const Depsgraph &depsgraph, const Sculpt &sd, Object &object, const IndexMask &node_mask)