Blender V4.3
blender::ed::sculpt_paint::multires_displacement_eraser_cc Namespace Reference

Classes

struct  LocalData
 

Functions

static BLI_NOINLINE void calc_limit_positions (const SubdivCCG &subdiv_ccg, const Span< int > grids, const MutableSpan< float3 > limit_positions)
 
static void calc_node (const Depsgraph &depsgraph, const Sculpt &sd, Object &object, const Brush &brush, const float strength, bke::pbvh::GridsNode &node, LocalData &tls)
 

Function Documentation

◆ calc_limit_positions()

static BLI_NOINLINE void blender::ed::sculpt_paint::multires_displacement_eraser_cc::calc_limit_positions ( const SubdivCCG & subdiv_ccg,
const Span< int > grids,
const MutableSpan< float3 > limit_positions )
static

Definition at line 37 of file multires_displacement_eraser.cc.

◆ calc_node()

static void blender::ed::sculpt_paint::multires_displacement_eraser_cc::calc_node ( const Depsgraph & depsgraph,
const Sculpt & sd,
Object & object,
const Brush & brush,
const float strength,
bke::pbvh::GridsNode & node,
LocalData & tls )
static

Definition at line 49 of file multires_displacement_eraser.cc.