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:
authorMartin Felke <martin.felke@googlemail.com>2019-03-10 00:48:28 +0300
committerMartin Felke <martin.felke@googlemail.com>2019-03-10 00:48:28 +0300
commitdb14be423c1537b86ad02dedda87252673eba8e7 (patch)
treec023ad1ab4be316f557a8309a1f7471fd810678c
parentf236797eee873d25add884020f55702963ba3b19 (diff)
actually take the FM solver change into account, was defaulting to carve now.
-rw-r--r--source/blender/blenkernel/intern/fracture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/fracture.c b/source/blender/blenkernel/intern/fracture.c
index 8a56b984f9a..9581341281c 100644
--- a/source/blender/blenkernel/intern/fracture.c
+++ b/source/blender/blenkernel/intern/fracture.c
@@ -367,6 +367,7 @@ static void prepare_boolean(FractureModifierData* fmd, Object* ob, BooleanContex
{
ctx->use_fractal = false;
ctx->operation = 0;
+ ctx->solver = fmd->boolean_solver;
ctx->thresh = fmd->boolean_double_threshold;
BLI_strncpy(ctx->uv_layer, fmd->uvlayer_name, 64);
ctx->inner_material_index = BKE_object_material_slot_find_index(ob, fmd->inner_material) - 1;