Blender V4.3
blender::nodes::node_geo_edges_to_face_groups_cc Namespace Reference

Classes

class  FaceSetFromBoundariesInput

Functions

static void node_declare (NodeDeclarationBuilder &b)
static void join_indices (AtomicDisjointSet &set, const Span< int > indices)
static void geo_node_exec (GeoNodeExecParams params)
static void node_register ()

Function Documentation

◆ geo_node_exec()

void blender::nodes::node_geo_edges_to_face_groups_cc::geo_node_exec ( GeoNodeExecParams params)
static

Definition at line 92 of file node_geo_edges_to_face_groups.cc.

References blender::fn::invert_boolean_field(), and params.

Referenced by node_register().

◆ join_indices()

void blender::nodes::node_geo_edges_to_face_groups_cc::join_indices ( AtomicDisjointSet & set,
const Span< int > indices )
static

◆ node_declare()

void blender::nodes::node_geo_edges_to_face_groups_cc::node_declare ( NodeDeclarationBuilder & b)
static

◆ node_register()