[Bf-blender-cvs] [d27d982] master: Fix T40215: Boolean looses bevel width

Campbell Barton noreply at git.blender.org
Thu May 22 08:45:59 CEST 2014


Commit: d27d982657b6f544a451b5192f912d36a64eb06b
Author: Campbell Barton
Date:   Thu May 22 16:43:38 2014 +1000
https://developer.blender.org/rBd27d982657b6f544a451b5192f912d36a64eb06b

Fix T40215: Boolean looses bevel width

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

M	source/blender/modifiers/intern/MOD_boolean_util.c

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

diff --git a/source/blender/modifiers/intern/MOD_boolean_util.c b/source/blender/modifiers/intern/MOD_boolean_util.c
index 4b6d960..9b326fe 100644
--- a/source/blender/modifiers/intern/MOD_boolean_util.c
+++ b/source/blender/modifiers/intern/MOD_boolean_util.c
@@ -789,6 +789,7 @@ DerivedMesh *NewBooleanDerivedMesh(DerivedMesh *dm, struct Object *ob,
 		/* Free memory used by export mesh. */
 		BLI_ghash_free(export_data.material_hash, NULL, NULL);
 
+		output_dm->cd_flag |= dm->cd_flag | dm_select->cd_flag;
 		output_dm->dirty |= DM_DIRTY_NORMALS;
 		carve_deleteMesh(output);
 	}




More information about the Bf-blender-cvs mailing list