float ctime; /* current evaltime - for use by Objects parented to curves */
float bevfac1, bevfac2;
+ char bevfac1_mapping, bevfac2_mapping;
+
+ char pad2[2];
- char pad2[4];
} Curve;
/* **************** CURVE ********************* */
#define CU_TWIST_MINIMUM 3
#define CU_TWIST_TANGENT 4
+/* bevel factor mapping */
+enum {
+ CU_BEVFAC_MAP_RESOLU = 0,
+ CU_BEVFAC_MAP_SEGMENT = 1,
+ CU_BEVFAC_MAP_SPLINE = 2
+};
+
/* spacemode */
#define CU_LEFT 0
#define CU_MIDDLE 1