[Bf-blender-cvs] [2c971402586] temp-fracture-modifier-2.8: execute fracture in dynamic should return the intact object

Martin Felke noreply at git.blender.org
Thu Nov 22 14:39:50 CET 2018


Commit: 2c971402586a3a4fe5eee82eed47ba3406719a18
Author: Martin Felke
Date:   Thu Nov 22 14:39:12 2018 +0100
Branches: temp-fracture-modifier-2.8
https://developer.blender.org/rB2c971402586a3a4fe5eee82eed47ba3406719a18

execute fracture in dynamic should return the intact object

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

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

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

diff --git a/source/blender/blenkernel/intern/fracture_prefractured.c b/source/blender/blenkernel/intern/fracture_prefractured.c
index 5af254f6d83..4dca334ed2c 100644
--- a/source/blender/blenkernel/intern/fracture_prefractured.c
+++ b/source/blender/blenkernel/intern/fracture_prefractured.c
@@ -198,7 +198,7 @@ Mesh* BKE_fracture_apply(FractureModifierData *fmd, Object *ob, Mesh *me_orig, D
 		/*free old stuff here */
 		BKE_fracture_constraints_free(fmd, scene);
 
-		if ((fmd->dm_group || fmd->use_dynamic || !fmd->shared->refresh))
+		if ((fmd->dm_group || !fmd->shared->refresh))
 		{
 			if (!handle_initial_shards(fmd, ob, depsgraph, bmain, scene, frame))
 			{



More information about the Bf-blender-cvs mailing list