Blender V4.3
topology_slide.cc File Reference

Go to the source code of this file.

Classes

struct  blender::ed::sculpt_paint::topology_slide_cc::LocalData
 

Namespaces

namespace  blender
 
namespace  blender::ed
 
namespace  blender::ed::sculpt_paint
 
namespace  blender::ed::sculpt_paint::topology_slide_cc
 

Functions

static BLI_NOINLINE void blender::ed::sculpt_paint::topology_slide_cc::calc_translation_directions (const Brush &brush, const StrokeCache &cache, const Span< float3 > positions, const MutableSpan< float3 > r_translations)
 
static void blender::ed::sculpt_paint::topology_slide_cc::add_neighbor_influence (const float3 &position, const float3 &dir, const float3 &neighbor_position, float3 &translation)
 
static BLI_NOINLINE void blender::ed::sculpt_paint::topology_slide_cc::calc_neighbor_influence (const Span< float3 > vert_positions, const Span< float3 > positions, const Span< Vector< int > > vert_neighbors, const MutableSpan< float3 > translations)
 
static BLI_NOINLINE void blender::ed::sculpt_paint::topology_slide_cc::calc_neighbor_influence (const SubdivCCG &subdiv_ccg, const Span< int > grids, const MutableSpan< float3 > translations)
 
static BLI_NOINLINE void blender::ed::sculpt_paint::topology_slide_cc::calc_neighbor_influence (const Span< float3 > positions, const Set< BMVert *, 0 > &verts, const MutableSpan< float3 > translations)
 
static void blender::ed::sculpt_paint::topology_slide_cc::calc_faces (const Depsgraph &depsgraph, const Sculpt &sd, const Brush &brush, const OffsetIndices< int > faces, const Span< int > corner_verts, const GroupedSpan< int > vert_to_face_map, const MeshAttributeData &attribute_data, const bke::pbvh::MeshNode &node, Object &object, LocalData &tls, const PositionDeformData &position_data)
 
static void blender::ed::sculpt_paint::topology_slide_cc::calc_grids (const Depsgraph &depsgraph, const Sculpt &sd, Object &object, const Brush &brush, const bke::pbvh::GridsNode &node, LocalData &tls)
 
static void blender::ed::sculpt_paint::topology_slide_cc::calc_bmesh (const Depsgraph &depsgraph, const Sculpt &sd, Object &object, const Brush &brush, bke::pbvh::BMeshNode &node, LocalData &tls)
 
void blender::ed::sculpt_paint::do_topology_slide_brush (const Depsgraph &depsgraph, const Sculpt &sd, Object &object, const IndexMask &node_mask)