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>2018-06-15 16:42:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-15 16:42:42 +0300
commit0b8c2eed7561e951ecd99421a8d05fffbf28a48b (patch)
treefd1d3a514dc555bf4fdf0c1d879878ef12266952 /source/blender/modifiers/intern/MOD_boolean.c
parent8166d0affdac7da7a17aa2e178baa34a8afd82f1 (diff)
parentb84fad2ba3920f3e337dc9084a30f1ea38f39fc2 (diff)
Merge branch 'master' into blender28
Diffstat (limited to 'source/blender/modifiers/intern/MOD_boolean.c')
-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 a2b300b40dc..712b6254722 100644
--- a/source/blender/modifiers/intern/MOD_boolean.c
+++ b/source/blender/modifiers/intern/MOD_boolean.c
@@ -310,6 +310,7 @@ static Mesh *applyModifier(ModifierData *md, const ModifierEvalContext *ctx, Mes
use_dissolve,
use_island_connect,
false,
+ false,
bmd->operation,
bmd->double_threshold);