From a0ee7bf7a950c33d216c7f0e2a696eec61e2996b Mon Sep 17 00:00:00 2001 From: Joilnen Leite Date: Wed, 1 Nov 2006 16:10:47 +0000 Subject: [PATCH] Updatting vertices number info after remove doubles . --- source/blender/src/buttons_editing.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/src/buttons_editing.c b/source/blender/src/buttons_editing.c index 12284ff9294..8688f275c47 100644 --- a/source/blender/src/buttons_editing.c +++ b/source/blender/src/buttons_editing.c @@ -3560,6 +3560,7 @@ void do_meshbuts(unsigned short event) count= removedoublesflag(1, G.scene->toolsettings->doublimit); notice("Removed: %d", count); if (count) { /* only undo and redraw if an action is taken */ + countall (); DAG_object_flush_update(G.scene, ob, OB_RECALC_DATA); allqueue(REDRAWVIEW3D, 0); BIF_undo_push("Rem Doubles");