[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60782] trunk/blender/source/blender/ editors/mesh/editmesh_tools.c: renaming "Beautify Fill" to "Beautify Faces"

Dalai Felinto dfelinto at gmail.com
Tue Oct 15 17:34:15 CEST 2013


Revision: 60782
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60782
Author:   dfelinto
Date:     2013-10-15 15:34:14 +0000 (Tue, 15 Oct 2013)
Log Message:
-----------
renaming "Beautify Fill" to "Beautify Faces"

changing the ot->name only, not the ot->idname
(to avoid breaking scripts)

The tool requires the selection to be fill previously,
the original name was confusing if we consider we have
"Fill" with the "Beauty" option.

Discussed with Bastien Montagne and Brecht van Lommel.

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

Modified: trunk/blender/source/blender/editors/mesh/editmesh_tools.c
===================================================================
--- trunk/blender/source/blender/editors/mesh/editmesh_tools.c	2013-10-15 15:21:44 UTC (rev 60781)
+++ trunk/blender/source/blender/editors/mesh/editmesh_tools.c	2013-10-15 15:34:14 UTC (rev 60782)
@@ -3124,7 +3124,7 @@
 void MESH_OT_beautify_fill(wmOperatorType *ot)
 {
 	/* identifiers */
-	ot->name = "Beautify Fill";
+	ot->name = "Beautify Faces";
 	ot->idname = "MESH_OT_beautify_fill";
 	ot->description = "Rearrange some faces to try to get less degenerated geometry";
 




More information about the Bf-blender-cvs mailing list