Blender
V3.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) |
static void | node_geo_exec (GeoNodeExecParams params) |
|
static |
Definition at line 22 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::Vector< T, InlineBufferCapacity, Allocator >::is_empty(), blender::Vector< T, InlineBufferCapacity, Allocator >::last(), mesh, Mesh::mvert, blender::Vector< T, InlineBufferCapacity, Allocator >::size(), blender::Span< T >::take_back(), Mesh::totvert, and visited.
Referenced by node_geo_exec().
|
static |
Definition at line 14 of file node_geo_edge_paths_to_curves.cc.
References usdtokens::b(), GEO_COMPONENT_TYPE_MESH, and N_.
Referenced by register_node_type_geo_edge_paths_to_curves().
|
static |
Definition at line 68 of file node_geo_edge_paths_to_curves.cc.
References ATTR_DOMAIN_POINT, component(), blender::compositor::context, edge_paths_to_curves_convert(), GEO_COMPONENT_TYPE_CURVE, GEO_COMPONENT_TYPE_INSTANCES, GeometrySet::get_component_for_read(), GeometrySet::has_mesh(), GeometrySet::keep_only(), mesh, GeometrySet::modify_geometry_sets(), params, and GeometrySet::replace_curves().
Referenced by register_node_type_geo_edge_paths_to_curves().