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-08-13 04:05:25 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-08-13 04:05:25 +0400
commit5057810bda81733eb55acca1d3eb5c73317d4c55 (patch)
tree9185c0800162c5baf661754fd1224bd938b1dd22 /source/blender/makesdna/DNA_linestyle_types.h
parent820ced18b980aac1f97278094fb5842c580afbc7 (diff)
New line style option for splitting chains of feature edges at material boundaries.
Diffstat (limited to 'source/blender/makesdna/DNA_linestyle_types.h')
-rw-r--r--source/blender/makesdna/DNA_linestyle_types.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_linestyle_types.h b/source/blender/makesdna/DNA_linestyle_types.h
index 75662b9cd10..fc6ce430446 100644
--- a/source/blender/makesdna/DNA_linestyle_types.h
+++ b/source/blender/makesdna/DNA_linestyle_types.h
@@ -231,9 +231,10 @@ typedef struct LineStyleThicknessModifier_Material {
#define LS_PANEL_MISC 6
/* FreestyleLineStyle::flag */
-#define LS_DS_EXPAND 1 /* for animation editors */
-#define LS_SAME_OBJECT 2
-#define LS_DASHED_LINE 4
+#define LS_DS_EXPAND 1 /* for animation editors */
+#define LS_SAME_OBJECT 2
+#define LS_DASHED_LINE 4
+#define LS_MATERIAL_BOUNDARY 8
/* FreestyleLineStyle::caps */
#define LS_CAPS_BUTT 1