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

Classes

struct  LocalData
 

Functions

static BLI_NOINLINE void calc_translations (const Set< BMVert *, 0 > &verts, const float3 &direction, const MutableSpan< float3 > translations)
 
static void calc_bmesh (const Depsgraph &depsgraph, const Sculpt &sd, Object &object, const Brush &brush, const float3 &direction, const float strength, bke::pbvh::BMeshNode &node, LocalData &tls)
 

Function Documentation

◆ calc_bmesh()

static void blender::ed::sculpt_paint::bmesh_topology_rake_cc::calc_bmesh ( const Depsgraph & depsgraph,
const Sculpt & sd,
Object & object,
const Brush & brush,
const float3 & direction,
const float strength,
bke::pbvh::BMeshNode & node,
LocalData & tls )
static

Definition at line 47 of file bmesh_topology_rake.cc.

◆ calc_translations()

static BLI_NOINLINE void blender::ed::sculpt_paint::bmesh_topology_rake_cc::calc_translations ( const Set< BMVert *, 0 > & verts,
const float3 & direction,
const MutableSpan< float3 > translations )
static

Definition at line 34 of file bmesh_topology_rake.cc.