Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_curve.h
| Show First 20 Lines • Show All 332 Lines • ▼ Show 20 Lines | void BKE_curve_deform_co(const struct Object *ob_curve, | ||||
| const struct Object *ob_target, | const struct Object *ob_target, | ||||
| const float orco[3], | const float orco[3], | ||||
| float vec[3], | float vec[3], | ||||
| const int no_rot_axis, | const int no_rot_axis, | ||||
| float r_mat[3][3]); | float r_mat[3][3]); | ||||
| /** \} */ | /** \} */ | ||||
| /* curve_convert.c */ | |||||
| /* Create a new curve from the given object at its current state. This only works for curve and | |||||
| * text objects, otherwise NULL is returned. | |||||
| * | |||||
| * If apply_modifiers is true and the object is a curve one, then spline deform modifiers are | |||||
| * applied on the control points of the splines. | |||||
| */ | |||||
| struct Curve *BKE_curve_new_from_object(struct Object *object, | |||||
| struct Depsgraph *depsgraph, | |||||
| bool apply_modifiers); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||