From 3caeb51d7f27ecf3f5b4c0edd9293e7a5c72d527 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 5 Mar 2017 22:23:12 +1100 Subject: Fix T50855: Intersect (knife) w/o separate doesn't select --- source/blender/modifiers/intern/MOD_boolean.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/modifiers/intern') 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); -- cgit v1.2.3