[Bf-blender-cvs] [41c31b8] master: Correction to recent rip-tear

Campbell Barton noreply at git.blender.org
Thu Jul 24 15:25:25 CEST 2014


Commit: 41c31b8e5512220d3ff8f7c69809809c81f99a36
Author: Campbell Barton
Date:   Thu Jul 24 23:12:37 2014 +1000
Branches: master
https://developer.blender.org/rB41c31b8e5512220d3ff8f7c69809809c81f99a36

Correction to recent rip-tear

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

M	source/blender/bmesh/operators/bmo_dissolve.c

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

diff --git a/source/blender/bmesh/operators/bmo_dissolve.c b/source/blender/bmesh/operators/bmo_dissolve.c
index 84d3cda..877cd16 100644
--- a/source/blender/bmesh/operators/bmo_dissolve.c
+++ b/source/blender/bmesh/operators/bmo_dissolve.c
@@ -373,9 +373,8 @@ void bmo_dissolve_verts_exec(BMesh *bm, BMOperator *op)
 				}
 			}
 		}
-		if (!use_face_split) {
-			bm_face_split(bm, VERT_MARK_TEAR, true);
-		}
+
+		bm_face_split(bm, VERT_MARK_TEAR, true);
 	}
 
 	BMO_ITER (v, &oiter, op->slots_in, "verts", BM_VERT) {




More information about the Bf-blender-cvs mailing list