|
Blender V4.5
|
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::nodes::GeoNodeExecParams::extract_input(), geo_node_exec(), blender::fn::invert_boolean_field(), and blender::nodes::GeoNodeExecParams::set_output().
Referenced by geo_node_exec(), and node_register().
|
static |
Join all unique unordered combinations of indices.
Definition at line 28 of file node_geo_edges_to_face_groups.cc.
References blender::IndexRange::drop_back(), i, blender::Span< T >::index_range(), blender::AtomicDisjointSet::join(), and join_indices().
Referenced by blender::nodes::node_geo_edges_to_face_groups_cc::FaceSetFromBoundariesInput::get_varray_for_context(), and join_indices().
|
static |
Definition at line 15 of file node_geo_edges_to_face_groups.cc.
References b, blender::nodes::SocketDeclaration::description, blender::nodes::SocketDeclaration::hide_value, and node_declare().
Referenced by node_declare(), and 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(), node_register(), blender::bke::node_register_type(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
Referenced by node_register().