From 892c3891ed0b3228f556b57047f5789777f4a6f4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 25 Oct 2019 06:00:46 +1100 Subject: UI: partial revert of renaming Normal -> Regular These instances refer to winding/direction. --- source/blender/makesrna/intern/rna_mesh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_mesh.c') diff --git a/source/blender/makesrna/intern/rna_mesh.c b/source/blender/makesrna/intern/rna_mesh.c index 31829145b5a..cc01554f73a 100644 --- a/source/blender/makesrna/intern/rna_mesh.c +++ b/source/blender/makesrna/intern/rna_mesh.c @@ -47,7 +47,7 @@ #include "WM_types.h" const EnumPropertyItem rna_enum_mesh_delimit_mode_items[] = { - {BMO_DELIM_NORMAL, "NORMAL", 0, "Regular", "Delimit by face directions"}, + {BMO_DELIM_NORMAL, "NORMAL", 0, "Normal", "Delimit by face directions"}, {BMO_DELIM_MATERIAL, "MATERIAL", 0, "Material", "Delimit by face material"}, {BMO_DELIM_SEAM, "SEAM", 0, "Seam", "Delimit by edge seams"}, {BMO_DELIM_SHARP, "SHARP", 0, "Sharp", "Delimit by sharp edges"}, -- cgit v1.2.3