Blender V4.3
curve_convert.cc File Reference
#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 Curvecurve_from_font_object (Object *object, Depsgraph *depsgraph)
 
static Curvecurve_from_curve_object (Object *object, Depsgraph *depsgraph, bool apply_modifiers)
 
CurveBKE_curve_new_from_object (Object *object, Depsgraph *depsgraph, bool apply_modifiers)
 

Function Documentation

◆ BKE_curve_new_from_object()

Curve * BKE_curve_new_from_object ( Object * object,
Depsgraph * depsgraph,
bool apply_modifiers )

◆ curve_from_curve_object()

static Curve * curve_from_curve_object ( Object * object,
Depsgraph * depsgraph,
bool apply_modifiers )
static

◆ curve_from_font_object()

static Curve * curve_from_font_object ( Object * object,
Depsgraph * depsgraph )
static