Blender  V3.3
Functions
curve_convert.c File Reference
#include "DNA_curve_types.h"
#include "DNA_object_types.h"
#include "DNA_vfont_types.h"
#include "BLI_utildefines.h"
#include "BKE_curve.h"
#include "BKE_displist.h"
#include "BKE_lib_id.h"
#include "BKE_modifier.h"
#include "BKE_vfont.h"
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_query.h"

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