Revision: 37720
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37720
Author: briggs
Date: 2011-06-22 00:39:14 +0000 (Wed, 22 Jun 2011)
Log Message:
-----------
Fix for boolean modifier:
----------------------------------------------
Patch for making faces stop dissapearing when
using the boolean modifier submitted by
howardt in IRC.
Modified Paths:
--------------
branches/bmesh/blender/source/blender/modifiers/intern/MOD_boolean_util.c
Modified:
branches/bmesh/blender/source/blender/modifiers/intern/MOD_boolean_util.c
===================================================================
--- branches/bmesh/blender/source/blender/modifiers/intern/MOD_boolean_util.c
2011-06-22 00:34:08 UTC (rev 37719)
+++ branches/bmesh/blender/source/blender/modifiers/intern/MOD_boolean_util.c
2011-06-22 00:39:14 UTC (rev 37720)
@@ -434,9 +434,9 @@
BLI_ghash_free(material_hash, NULL, NULL);
CDDM_calc_edges(result);
- CDDM_calc_normals(result);
dm = CDDM_copy(result, 1); /*builds ngon faces from tess (mface) faces*/
+ CDDM_calc_normals(result);
result->needsFree = 1;
result->release(result);
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs