From 70efa7f1aa43d3f35b614a94c493e89d51272d42 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Tue, 15 Oct 2013 15:34:14 +0000 Subject: 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. --- source/blender/editors/mesh/editmesh_tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c index 9e5782c12f2..5c9858fee58 100644 --- a/source/blender/editors/mesh/editmesh_tools.c +++ b/source/blender/editors/mesh/editmesh_tools.c @@ -3124,7 +3124,7 @@ static int edbm_beautify_fill_exec(bContext *C, wmOperator *op) 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"; -- cgit v1.2.3