[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36454] trunk/blender/source/blender/ editors/mesh/editmesh_mods.c: auto-merge was incorrectly subtracting the doubles removed from the meshes total face count , remove doubles handles this.

Campbell Barton ideasman42 at gmail.com
Tue May 3 06:09:57 CEST 2011


Revision: 36454
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36454
Author:   campbellbarton
Date:     2011-05-03 04:09:56 +0000 (Tue, 03 May 2011)
Log Message:
-----------
auto-merge was incorrectly subtracting the doubles removed from the meshes total face count, remove doubles handles this.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/mesh/editmesh_mods.c

Modified: trunk/blender/source/blender/editors/mesh/editmesh_mods.c
===================================================================
--- trunk/blender/source/blender/editors/mesh/editmesh_mods.c	2011-05-03 03:06:49 UTC (rev 36453)
+++ trunk/blender/source/blender/editors/mesh/editmesh_mods.c	2011-05-03 04:09:56 UTC (rev 36454)
@@ -146,7 +146,6 @@
 
 		len = removedoublesflag(em, 1, 1, scene->toolsettings->doublimit);
 		if (len) {
-			em->totvert -= len; /* saves doing a countall */
 			if (update) {
 				DAG_id_tag_update(&me->id, 0);
 			}




More information about the Bf-blender-cvs mailing list