|
Blender V5.0
|
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 93 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 28 of file node_geo_edges_to_face_groups.cc.
References i, indices, and blender::AtomicDisjointSet::join().
Referenced by blender::nodes::node_geo_edges_to_face_groups_cc::FaceSetFromBoundariesInput::get_varray_for_context().
|
static |
Definition at line 15 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 102 of file node_geo_edges_to_face_groups.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_EDGES_TO_FACE_GROUPS, geo_node_exec(), geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::nclass, NODE_CLASS_INPUT, node_declare(), blender::bke::node_register_type(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.