|
Blender V4.3
|
#include "DNA_curve_types.h"#include "DNA_object_types.h"#include "BLI_utildefines.h"#include "BKE_curve.hh"#include "BKE_displist.h"#include "BKE_lib_id.hh"#include "BKE_vfont.hh"#include "DEG_depsgraph.hh"#include "DEG_depsgraph_query.hh"Go to the source code of this file.
Functions | |
| static Curve * | curve_from_font_object (Object *object, Depsgraph *depsgraph) |
| static Curve * | curve_from_curve_object (Object *object, Depsgraph *depsgraph, bool apply_modifiers) |
| Curve * | BKE_curve_new_from_object (Object *object, Depsgraph *depsgraph, bool apply_modifiers) |
Definition at line 56 of file curve_convert.cc.
References curve_from_curve_object(), curve_from_font_object(), depsgraph, ELEM, OB_CURVES_LEGACY, and OB_FONT.
Referenced by BKE_object_to_curve().
|
static |
Definition at line 38 of file curve_convert.cc.
References BKE_curve_calc_modifiers_pre(), BKE_curve_nurbs_get(), BKE_id_copy_ex(), DAG_EVAL_RENDER, Object::data, DEG_get_evaluated_object(), DEG_get_input_scene(), DEG_get_mode(), depsgraph, LIB_ID_COPY_LOCALIZE, and Curve::nurb.
Referenced by BKE_curve_new_from_object().
Definition at line 22 of file curve_convert.cc.
References BKE_curve_dimension_update(), BKE_id_copy_ex(), BKE_vfont_to_curve_nubase(), DEG_get_evaluated_object(), depsgraph, Curve::flag, FO_EDIT, LIB_ID_COPY_LOCALIZE, Curve::nurb, OB_CURVES_LEGACY, and Curve::type.
Referenced by BKE_curve_new_from_object().