[Bf-blender-cvs] [db14be423c1] temp-fracture-modifier-2.8: actually take the FM solver change into account, was defaulting to carve now.

Martin Felke noreply at git.blender.org
Sat Mar 9 22:48:45 CET 2019


Commit: db14be423c1537b86ad02dedda87252673eba8e7
Author: Martin Felke
Date:   Sat Mar 9 22:48:28 2019 +0100
Branches: temp-fracture-modifier-2.8
https://developer.blender.org/rBdb14be423c1537b86ad02dedda87252673eba8e7

actually take the FM solver change into account, was defaulting to carve now.

===================================================================

M	source/blender/blenkernel/intern/fracture.c

===================================================================

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;



More information about the Bf-blender-cvs mailing list