[Bf-blender-cvs] [0c5684283c2] temp-T97352-3d-texturing-seam-bleeding-b2: UI: renaming fIle browser thumbnail sizes Rename the thumbnail size from Regular to Medium since it's the typical way to refer to sizing in American English

Daniel Salazar noreply at git.blender.org
Mon Jul 11 15:36:21 CEST 2022


Commit: 0c5684283c2535816d397665547408883afa8d07
Author: Daniel Salazar
Date:   Sat Jul 9 02:06:32 2022 -0600
Branches: temp-T97352-3d-texturing-seam-bleeding-b2
https://developer.blender.org/rB0c5684283c2535816d397665547408883afa8d07

UI: renaming fIle browser thumbnail sizes
Rename the thumbnail size from Regular to Medium since it's the typical
way to refer to sizing in American English

Reviewed By: Campbell Barton
Differential Revision: https://developer.blender.org/D15305

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

M	source/blender/makesrna/intern/rna_space.c

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

diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index 969d1f2075e..e67d840eeac 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -6585,7 +6585,7 @@ static void rna_def_fileselect_params(BlenderRNA *brna)
   static const EnumPropertyItem display_size_items[] = {
       {64, "TINY", 0, "Tiny", ""},
       {96, "SMALL", 0, "Small", ""},
-      {128, "NORMAL", 0, "Regular", ""},
+      {128, "NORMAL", 0, "Medium", ""},
       {192, "LARGE", 0, "Large", ""},
       {0, NULL, 0, NULL, NULL},
   };



More information about the Bf-blender-cvs mailing list