Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-02-02 19:15:52 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-02-02 19:15:52 +0400
commitaef11b52d06766aa09342051bee3bb2a14c049cc (patch)
tree4ac9a49e9991c65bb5f1b0ac5fcc76c83aa8fe82 /source/blender/makesdna/DNA_curve_types.h
parent4aaf59324e0ea5fecf28c1e9d54b1aed9b135dc5 (diff)
Added option to fill caps of bevelled curves.
It can be found in Shape panel below Fill label. If this option is enabled, caps of curve will be filled.
Diffstat (limited to 'source/blender/makesdna/DNA_curve_types.h')
-rw-r--r--source/blender/makesdna/DNA_curve_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_curve_types.h b/source/blender/makesdna/DNA_curve_types.h
index ffcc516f393..455738c840b 100644
--- a/source/blender/makesdna/DNA_curve_types.h
+++ b/source/blender/makesdna/DNA_curve_types.h
@@ -260,6 +260,7 @@ typedef struct Curve {
#define CU_DS_EXPAND 2048
#define CU_PATH_RADIUS 4096 /* make use of the path radius if this is enabled (default for new curves) */
#define CU_DEFORM_FILL 8192 /* fill 2d curve after deformation */
+#define CU_FILL_CAPS 16384 /* fill bevel caps */
/* twist mode */
#define CU_TWIST_Z_UP 0