From 16e90d56d261f4f93b46d2eb494cb0d2b1187d71 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 14 Mar 2004 16:59:48 +0000 Subject: - replaced AUTOSPACE define with {ME_,CU_,MB_}AUTOSPACE, different objects shouldn't share flags this way (still sharing of other mesh flags in renderer... ickity pickity, but I'm not fixing now) - removed some unnecessary uses of DNA_mesh_types.h --- source/blender/makesdna/DNA_curve_types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/makesdna/DNA_curve_types.h') diff --git a/source/blender/makesdna/DNA_curve_types.h b/source/blender/makesdna/DNA_curve_types.h index b7bc03364ba..7d0f606b811 100644 --- a/source/blender/makesdna/DNA_curve_types.h +++ b/source/blender/makesdna/DNA_curve_types.h @@ -162,6 +162,9 @@ typedef struct IpoCurve { /* **************** CURVE ********************* */ +/* texflag */ +#define CU_AUTOSPACE 1 + /* flag */ #define CU_3D 1 #define CU_FRONT 2 -- cgit v1.2.3