|
Blender V4.5
|
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(), Geometry::attributes, 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(), mesh, blender::Vector< T, InlineBufferCapacity, Allocator >::size(), Mesh::verts_num, 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::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, blender::bke::GeometrySet::replace_curves(), and Mesh::verts_num.
Referenced by node_register().
|
static |
Definition at line 101 of file node_geo_edge_paths_to_curves.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_EDGE_PATHS_TO_CURVES, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::nclass, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), blender::bke::node_register_type(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.