Blender
V3.3
|
#include "BLI_task.hh"
#include "BLI_vector.hh"
#include "DNA_curve_types.h"
#include "DNA_curves_types.h"
#include "BKE_curve.h"
#include "BKE_curve_legacy_convert.hh"
#include "BKE_curves.hh"
#include "BKE_curves_utils.hh"
#include "BKE_geometry_set.hh"
Go to the source code of this file.
Namespaces | |
blender | |
blender::bke | |
Functions | |
static CurveType | blender::bke::curve_type_from_legacy (const short type) |
static HandleType | blender::bke::handle_type_from_legacy (const uint8_t handle_type_legacy) |
static NormalMode | blender::bke::normal_mode_from_legacy (const short twist_mode) |
static KnotsMode | blender::bke::knots_mode_from_legacy (const short flag) |
Curves * | blender::bke::curve_legacy_to_curves (const Curve &curve_legacy, const ListBase &nurbs_list) |
Curves * | blender::bke::curve_legacy_to_curves (const Curve &curve_legacy) |