Go to the source code of this file.
|
| template<typename T > |
| static void | blender::geometry::copy_with_map (const VArray< T > &src, Span< int > map, MutableSpan< T > dst) |
| |
| bke::CurvesGeometry | blender::geometry::create_curve_from_vert_indices (const Mesh &mesh, Span< int > vert_indices, Span< int > curve_offsets, IndexRange cyclic_curves) |
| |
| static CurveFromEdgesOutput | blender::geometry::edges_to_curve_point_indices (Span< MVert > verts, Span< std::pair< int, int >> edges) |
| |
| static Vector< std::pair< int, int > > | blender::geometry::get_selected_edges (const Mesh &mesh, const IndexMask selection) |
| |
| bke::CurvesGeometry | blender::geometry::mesh_to_curve_convert (const Mesh &mesh, const IndexMask selection) |
| |