|
Blender V4.3
|
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 () |
|
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().
|
static |
Join all unique unordered combinations of indices.
Definition at line 27 of file node_geo_edges_to_face_groups.cc.
Referenced by blender::nodes::node_geo_edges_to_face_groups_cc::FaceSetFromBoundariesInput::get_varray_for_context().
|
static |
Definition at line 14 of file node_geo_edges_to_face_groups.cc.
References b, blender::nodes::SocketDeclaration::description, and blender::nodes::SocketDeclaration::hide_value.
Referenced by node_register().
|
static |
Definition at line 101 of file node_geo_edges_to_face_groups.cc.
References blender::bke::bNodeType::declare, geo_node_exec(), geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, NODE_CLASS_INPUT, node_declare(), and blender::bke::node_register_type().