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

Classes

struct  LocalData
 

Functions

static void calc_faces (const Depsgraph &depsgraph, const Sculpt &sd, const Brush &brush, const MeshAttributeData &attribute_data, const Span< float3 > vert_normals, const Span< float3 > all_translations, const float strength, const bke::pbvh::MeshNode &node, Object &object, LocalData &tls, const PositionDeformData &position_data)
 
static void calc_grids (const Depsgraph &depsgraph, const Sculpt &sd, Object &object, const Brush &brush, const Span< float3 > all_translations, const float strength, const bke::pbvh::GridsNode &node, LocalData &tls)
 
static void calc_bmesh (const Depsgraph &depsgraph, const Sculpt &sd, Object &object, const Brush &brush, const Span< float3 > all_translations, const float strength, bke::pbvh::BMeshNode &node, LocalData &tls)
 
static void calc_translations_faces (const Span< float3 > vert_positions, const OffsetIndices< int > faces, const Span< int > corner_verts, const GroupedSpan< int > vert_to_face_map, const Span< bool > hide_poly, const bke::pbvh::MeshNode &node, LocalData &tls, const MutableSpan< float3 > all_translations)
 
static void calc_translations_grids (const SubdivCCG &subdiv_ccg, const bke::pbvh::GridsNode &node, LocalData &tls, const MutableSpan< float3 > all_translations)
 
static void calc_translations_bmesh (const bke::pbvh::BMeshNode &node, LocalData &tls, const MutableSpan< float3 > all_translations)
 

Function Documentation

◆ calc_bmesh()

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

Definition at line 103 of file enhance_details.cc.

◆ calc_faces()

static void blender::ed::sculpt_paint::enhance_details_cc::calc_faces ( const Depsgraph & depsgraph,
const Sculpt & sd,
const Brush & brush,
const MeshAttributeData & attribute_data,
const Span< float3 > vert_normals,
const Span< float3 > all_translations,
const float strength,
const bke::pbvh::MeshNode & node,
Object & object,
LocalData & tls,
const PositionDeformData & position_data )
static

Definition at line 39 of file enhance_details.cc.

◆ calc_grids()

static void blender::ed::sculpt_paint::enhance_details_cc::calc_grids ( const Depsgraph & depsgraph,
const Sculpt & sd,
Object & object,
const Brush & brush,
const Span< float3 > all_translations,
const float strength,
const bke::pbvh::GridsNode & node,
LocalData & tls )
static

Definition at line 76 of file enhance_details.cc.

◆ calc_translations_bmesh()

static void blender::ed::sculpt_paint::enhance_details_cc::calc_translations_bmesh ( const bke::pbvh::BMeshNode & node,
LocalData & tls,
const MutableSpan< float3 > all_translations )
static

Definition at line 171 of file enhance_details.cc.

◆ calc_translations_faces()

static void blender::ed::sculpt_paint::enhance_details_cc::calc_translations_faces ( const Span< float3 > vert_positions,
const OffsetIndices< int > faces,
const Span< int > corner_verts,
const GroupedSpan< int > vert_to_face_map,
const Span< bool > hide_poly,
const bke::pbvh::MeshNode & node,
LocalData & tls,
const MutableSpan< float3 > all_translations )
static

Definition at line 128 of file enhance_details.cc.

◆ calc_translations_grids()

static void blender::ed::sculpt_paint::enhance_details_cc::calc_translations_grids ( const SubdivCCG & subdiv_ccg,
const bke::pbvh::GridsNode & node,
LocalData & tls,
const MutableSpan< float3 > all_translations )
static

Definition at line 153 of file enhance_details.cc.