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) {

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to