|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static Curves * | edge_paths_to_curves_convert (const Mesh &mesh, const IndexMask &start_verts_mask, const Span< int > next_indices, const AttributeFilter &attribute_filter) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 23 of file node_geo_edge_paths_to_curves.cc.
References blender::Vector< T, InlineBufferCapacity, Allocator >::append(), blender::Vector< T, InlineBufferCapacity, Allocator >::as_span(), blender::geometry::create_curve_from_vert_indices(), blender::bke::curves_new_nomain(), blender::index_mask::IndexMask::foreach_index(), blender::Vector< T, InlineBufferCapacity, Allocator >::is_empty(), blender::Vector< T, InlineBufferCapacity, Allocator >::last(), blender::Vector< T, InlineBufferCapacity, Allocator >::size(), and visited.
Referenced by node_geo_exec().
|
static |
Definition at line 15 of file node_geo_edge_paths_to_curves.cc.
References b, blender::nodes::SocketDeclaration::hide_value, and blender::bke::GeometryComponent::Mesh.
Referenced by node_register().
|
static |
Definition at line 69 of file node_geo_edge_paths_to_curves.cc.
References blender::fn::FieldEvaluator::add(), blender::bke::GeometryComponent::Curve, edge_paths_to_curves_convert(), blender::bke::GeometrySet::get_mesh(), blender::bke::GeometryComponent::Instance, blender::bke::GeometrySet::keep_only(), mesh, blender::bke::GeometrySet::modify_geometry_sets(), params, and blender::bke::GeometrySet::replace_curves().
Referenced by node_register().
|
static |
Definition at line 101 of file node_geo_edge_paths_to_curves.cc.
References blender::bke::bNodeType::declare, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), and blender::bke::node_register_type().