Blender V5.0
blender::ed::sculpt_paint::islands Namespace Reference

Functions

int vert_id_get (const SculptSession &ss, const int vert)
void invalidate (SculptSession &ss)
static SculptTopologyIslandCache vert_disjoint_set_to_islands (const AtomicDisjointSet &vert_sets, const int verts_num)
static SculptTopologyIslandCache calc_topology_islands_mesh (const Mesh &mesh)
static SculptTopologyIslandCache calc_topology_islands_grids (const Object &object)
static SculptTopologyIslandCache calc_topology_islands_bmesh (const Object &object)
static SculptTopologyIslandCache calculate_cache (const Object &object)
void ensure_cache (Object &object)

Function Documentation

◆ calc_topology_islands_bmesh()

◆ calc_topology_islands_grids()

SculptTopologyIslandCache blender::ed::sculpt_paint::islands::calc_topology_islands_grids ( const Object & object)
static

◆ calc_topology_islands_mesh()

◆ calculate_cache()

◆ ensure_cache()

◆ invalidate()

◆ vert_disjoint_set_to_islands()

◆ vert_id_get()