[Bf-blender-cvs] [281319653e5] master: UI: Do Use term 'Subsurf'

Aaron Carlisle noreply at git.blender.org
Mon Jun 8 00:17:55 CEST 2020


Commit: 281319653e5ba02ad3787511191648c5b8fbfa3d
Author: Aaron Carlisle
Date:   Sun Jun 7 18:16:56 2020 -0400
Branches: master
https://developer.blender.org/rB281319653e5ba02ad3787511191648c5b8fbfa3d

UI: Do Use term 'Subsurf'

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

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

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

diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c
index e9b8595ce3c..55d9b00bf38 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -4250,7 +4250,7 @@ static void rna_def_modifier_shrinkwrap(BlenderRNA *brna)
   RNA_def_property_ui_range(prop, 0, 6, 1, -1);
   RNA_def_property_ui_text(
       prop,
-      "Subsurf Levels",
+      "Subdivision Levels",
       "Number of subdivisions that must be performed before extracting vertices' "
       "positions and normals");
   RNA_def_property_update(prop, 0, "rna_Modifier_update");



More information about the Bf-blender-cvs mailing list