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-08-04 18:06:30 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-08-04 18:06:30 +0400
commit9284d67559e03fe6a7bd8fc9f787f39d64dabe69 (patch)
tree2f51f27bcbb64cc27342a8ef5f5460dfd1b574c0 /source/blender/makesdna/DNA_freestyle_types.h
parenta5692fd67bedf71f849d330c83239a47ad93e3e7 (diff)
Made the logical OR the default logical operator for combining
edge selection conditions.
Diffstat (limited to 'source/blender/makesdna/DNA_freestyle_types.h')
-rw-r--r--source/blender/makesdna/DNA_freestyle_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_freestyle_types.h b/source/blender/makesdna/DNA_freestyle_types.h
index bf8b77e8a08..08980afec89 100644
--- a/source/blender/makesdna/DNA_freestyle_types.h
+++ b/source/blender/makesdna/DNA_freestyle_types.h
@@ -48,7 +48,7 @@ struct FreestyleLineStyle;
#define FREESTYLE_LINESET_CURRENT 1
#define FREESTYLE_LINESET_ENABLED 2
#define FREESTYLE_LINESET_FE_NOT 4
-#define FREESTYLE_LINESET_FE_OR 8
+#define FREESTYLE_LINESET_FE_AND 8
/* FreestyleLineSet::selection */
#define FREESTYLE_SEL_VISIBILITY 1