Blender V4.3
mesh_to_curve_convert.cc File Reference
#include "BLI_array.hh"
#include "BLI_array_utils.hh"
#include "BLI_set.hh"
#include "BLI_task.hh"
#include "BKE_attribute.hh"
#include "BKE_attribute_math.hh"
#include "BKE_curves.hh"
#include "BKE_mesh.hh"
#include "GEO_mesh_to_curve.hh"
#include "GEO_randomize.hh"

Go to the source code of this file.

Classes

struct  blender::geometry::CurveFromEdgesOutput
 

Namespaces

namespace  blender
 
namespace  blender::geometry
 

Functions

bke::CurvesGeometry blender::geometry::create_curve_from_vert_indices (const bke::AttributeAccessor &mesh_attributes, Span< int > vert_indices, Span< int > curve_offsets, IndexRange cyclic_curves, const bke::AttributeFilter &attribute_filter)
 
static BLI_NOINLINE CurveFromEdgesOutput blender::geometry::edges_to_curve_point_indices (const int verts_num, const Span< int2 > edges)
 
static BLI_NOINLINE bke::CurvesGeometry blender::geometry::edges_to_curves_convert (const Mesh &mesh, const Span< int2 > edges, const bke::AttributeFilter &attribute_filter)
 
bke::CurvesGeometry blender::geometry::mesh_to_curve_convert (const Mesh &mesh, const IndexMask &selection, const bke::AttributeFilter &attribute_filter)