|
Blender V5.0
|
#include "BLI_array_utils.hh"#include "BLI_task.hh"#include "BKE_curves_utils.hh"#include "BKE_deform.hh"#include "GEO_fit_curves.hh"#include "curve_fit_nd.h"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::geometry |
Functions | |
| bke::CurvesGeometry | blender::geometry::fit_poly_to_bezier_curves (const bke::CurvesGeometry &src_curves, const IndexMask &curve_selection, const VArray< float > &thresholds, const VArray< bool > &corners, FitMethod method, const bke::AttributeFilter &attribute_filter) |