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>2010-07-06 02:32:51 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-07-06 02:32:51 +0400
commitae9b9b43e6a82e8fa88408756b072cb7d9f35220 (patch)
tree0cfb1a60de907a026ea3e9b53bfd3ee3db93fde8 /source/blender/makesdna/DNA_freestyle_types.h
parentb8de9bc5fbcbdb05a1cf2f07f5b1a2572f70decf (diff)
Added UI controls for specifying logical operations (logical AND, OR,
and NOT) to combine feature edge selection criteria.
Diffstat (limited to 'source/blender/makesdna/DNA_freestyle_types.h')
-rw-r--r--source/blender/makesdna/DNA_freestyle_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_freestyle_types.h b/source/blender/makesdna/DNA_freestyle_types.h
index 2fcfdd40cf6..19a16ab8868 100644
--- a/source/blender/makesdna/DNA_freestyle_types.h
+++ b/source/blender/makesdna/DNA_freestyle_types.h
@@ -16,6 +16,8 @@
/* FreestyleLineSet::flags */
#define FREESTYLE_LINESET_CURRENT 1
#define FREESTYLE_LINESET_ENABLED 2
+#define FREESTYLE_LINESET_SEL_NOT 4
+#define FREESTYLE_LINESET_SEL_OR 8
/* FreestyleLineSet::selection */
#define FREESTYLE_SEL_SILHOUETTE 1