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

Classes

struct  LocalData
 

Functions

static void calc_node (const Depsgraph &depsgraph, Object &object, const Brush &brush, const float strength, const bke::pbvh::GridsNode &node, LocalData &tls)
 
static BLI_NOINLINE void eval_all_limit_positions (const SubdivCCG &subdiv_ccg, const MutableSpan< float3 > limit_positions)
 
static BLI_NOINLINE void store_node_prev_displacement (const Span< float3 > limit_positions, const Span< float3 > positions, const CCGKey &key, const bke::pbvh::GridsNode &node, const MutableSpan< float3 > prev_displacement)
 

Function Documentation

◆ calc_node()

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

Definition at line 37 of file multires_displacement_smear.cc.

◆ eval_all_limit_positions()

static BLI_NOINLINE void blender::ed::sculpt_paint::multires_displacement_smear_cc::eval_all_limit_positions ( const SubdivCCG & subdiv_ccg,
const MutableSpan< float3 > limit_positions )
static

Definition at line 124 of file multires_displacement_smear.cc.

◆ store_node_prev_displacement()

static BLI_NOINLINE void blender::ed::sculpt_paint::multires_displacement_smear_cc::store_node_prev_displacement ( const Span< float3 > limit_positions,
const Span< float3 > positions,
const CCGKey & key,
const bke::pbvh::GridsNode & node,
const MutableSpan< float3 > prev_displacement )
static

Definition at line 137 of file multires_displacement_smear.cc.