UI: Do Use term 'Subsurf'

This commit is contained in:
Aaron Carlisle 2020-06-07 18:16:56 -04:00
parent ccbf858bb8
commit 281319653e
Notes: blender-bot 2023-02-14 00:29:15 +01:00
Referenced by issue #77744, SculptDraw brush does not work; shows trailing red line
Referenced by issue #77619, Reflection Plane is not working
Referenced by issue #77607, Bad shading in edit mode. 2.90 regression
1 changed files with 1 additions and 1 deletions

View File

@ -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");