[Bf-blender-cvs] [0e4e1d257cd] master: Rename: Separate: By loose parts > By Loose Parts

Dalai Felinto noreply at git.blender.org
Mon Apr 22 15:12:44 CEST 2019


Commit: 0e4e1d257cd0e7e033e6fc53be9909d3297cc0c0
Author: Dalai Felinto
Date:   Mon Apr 22 10:10:19 2019 -0300
Branches: master
https://developer.blender.org/rB0e4e1d257cd0e7e033e6fc53be9909d3297cc0c0

Rename: Separate: By loose parts > By Loose Parts

===================================================================

M	source/blender/editors/mesh/editmesh_tools.c

===================================================================

diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c
index 0a07b8cf6f6..349acf754ce 100644
--- a/source/blender/editors/mesh/editmesh_tools.c
+++ b/source/blender/editors/mesh/editmesh_tools.c
@@ -4297,7 +4297,7 @@ void MESH_OT_separate(wmOperatorType *ot)
   static const EnumPropertyItem prop_separate_types[] = {
       {MESH_SEPARATE_SELECTED, "SELECTED", 0, "Selection", ""},
       {MESH_SEPARATE_MATERIAL, "MATERIAL", 0, "By Material", ""},
-      {MESH_SEPARATE_LOOSE, "LOOSE", 0, "By loose parts", ""},
+      {MESH_SEPARATE_LOOSE, "LOOSE", 0, "By Loose Parts", ""},
       {0, NULL, 0, NULL, NULL},
   };



More information about the Bf-blender-cvs mailing list