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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-10-26 03:24:59 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-10-26 03:24:59 +0400
commit510c69368b7382aa55f3fae0dac9ee6aaadee7e5 (patch)
tree19a888d6283174b7e4a590f344a3730cecbe9c88 /source/blender/makesdna/DNA_linestyle_types.h
parentb4e7451cb0547ede96922ae97ee440f17e452332 (diff)
New option for disabling the chaining of feature edges in the Parameter Editor mode.
Diffstat (limited to 'source/blender/makesdna/DNA_linestyle_types.h')
-rw-r--r--source/blender/makesdna/DNA_linestyle_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_linestyle_types.h b/source/blender/makesdna/DNA_linestyle_types.h
index 6d1b60f1d83..3cc75246b99 100644
--- a/source/blender/makesdna/DNA_linestyle_types.h
+++ b/source/blender/makesdna/DNA_linestyle_types.h
@@ -321,6 +321,7 @@ typedef struct LineStyleThicknessModifier_Calligraphy {
#define LS_MATERIAL_BOUNDARY 8
#define LS_MIN_2D_LENGTH 16
#define LS_MAX_2D_LENGTH 32
+#define LS_NO_CHAINING 64
/* FreestyleLineStyle::chaining */
#define LS_CHAINING_PLAIN 1