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:
authorCampbell Barton <ideasman42@gmail.com>2017-03-05 14:23:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-03-05 14:28:16 +0300
commit3caeb51d7f27ecf3f5b4c0edd9293e7a5c72d527 (patch)
tree9418638ee0bd80d5d6c54a9ba9a313e7534917dc /source/blender/modifiers
parentf75b52eca1a54d6aba1e26dc0fc9d94c0ee43ecf (diff)
Fix T50855: Intersect (knife) w/o separate doesn't select
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_boolean.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_boolean.c b/source/blender/modifiers/intern/MOD_boolean.c
index f828bc68857..f86d8b99f3c 100644
--- a/source/blender/modifiers/intern/MOD_boolean.c
+++ b/source/blender/modifiers/intern/MOD_boolean.c
@@ -319,6 +319,7 @@ static DerivedMesh *applyModifier_bmesh(
use_separate,
use_dissolve,
use_island_connect,
+ false,
bmd->operation,
bmd->double_threshold);