From 508e33842b033017dd0d9b5215b16bef037e5f7e Mon Sep 17 00:00:00 2001 From: Germano Cavalcante Date: Mon, 22 Jun 2020 09:20:43 -0300 Subject: Tools: rename 'Extrude, Dissolve and Intersect' to 'Extrude Manifold' --- source/blender/editors/mesh/mesh_ops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/mesh') diff --git a/source/blender/editors/mesh/mesh_ops.c b/source/blender/editors/mesh/mesh_ops.c index c52a5956ac4..e10c1286dac 100644 --- a/source/blender/editors/mesh/mesh_ops.c +++ b/source/blender/editors/mesh/mesh_ops.c @@ -278,8 +278,8 @@ void ED_operatormacros_mesh(void) RNA_boolean_set(otmacro->ptr, "mirror", false); ot = WM_operatortype_append_macro( - "MESH_OT_extrude_region_dissolve_move_intersect", - "Extrude, Dissolve, Move and Intersect", + "MESH_OT_extrude_manifold", + "Extrude Manifold", "Extrude, dissolves edges whose faces form a flat surface and intersect new edges", OPTYPE_UNDO | OPTYPE_REGISTER); otmacro = WM_operatortype_macro_define(ot, "MESH_OT_extrude_region"); -- cgit v1.2.3