|
Blender V5.0
|
#include <numeric>#include "BLI_listbase.h"#include "BLI_utility_mixins.hh"#include "BKE_curve_legacy_convert.hh"#include "BKE_curves.hh"#include "DNA_curve_types.h"#include "DEG_depsgraph.hh"#include "DEG_depsgraph_query.hh"#include "obj_export_nurbs.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::obj |
Functions | |
Utility | |
| static int | blender::io::obj::find_leftmost_span (const int8_t order, const Span< int > multiplicity) |
| static int | blender::io::obj::find_rightmost_span (const int8_t order, const Span< int > multiplicity) |
| Span< float > | blender::io::obj::valid_nurb_control_point_range (const int8_t order, const Span< float > knots, IndexRange &point_range) |