[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11151] trunk/blender/source/blender/src/ editmesh_tools.c: * Removed the 'Beautify Fill' confirmation.

Matt Ebb matt at mke3.net
Tue Jul 3 09:24:55 CEST 2007


Revision: 11151
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11151
Author:   broken
Date:     2007-07-03 09:24:55 +0200 (Tue, 03 Jul 2007)

Log Message:
-----------
* Removed the 'Beautify Fill' confirmation. None of the other fill 
tools have them any more, it was an annoying historical artifact
from before undo.

Modified Paths:
--------------
    trunk/blender/source/blender/src/editmesh_tools.c

Modified: trunk/blender/source/blender/src/editmesh_tools.c
===================================================================
--- trunk/blender/source/blender/src/editmesh_tools.c	2007-07-03 07:22:28 UTC (rev 11150)
+++ trunk/blender/source/blender/src/editmesh_tools.c	2007-07-03 07:24:55 UTC (rev 11151)
@@ -2919,8 +2919,6 @@
 	totedge = count_selected_edges(em->edges.first);
 	if(totedge==0) return;
 
-	if(okee("Beautify fill")==0) return;
-	
 	/* temp block with face pointers */
 	efaar= (EVPTuple *) MEM_callocN(totedge * sizeof(EVPTuple), "beautyfill");
 





More information about the Bf-blender-cvs mailing list