Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYevgeny Makarov <jenkm>2021-02-24 22:25:44 +0300
committerHans Goudey <h.goudey@me.com>2021-02-24 22:25:44 +0300
commit4f247dba5ea99d9c3a3544c9dd302192cc1dab75 (patch)
tree93bd7b29e7769d1daa56a0eeade3f1e0c0320880 /source/blender/makesrna/intern/rna_modifier.c
parent9a1b29e16c216c2827f28214d4f7af4ee072beec (diff)
UI: Cleanup and fix labels and descriptions in various places
Changes include using proper and consistent grammar, simplifying phrasing, using correct terminology, and not including python API identifiers in tooltips. Differential Revision: https://developer.blender.org/D9924
Diffstat (limited to 'source/blender/makesrna/intern/rna_modifier.c')
-rw-r--r--source/blender/makesrna/intern/rna_modifier.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c
index ae10b637b30..e2ec90ae9aa 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -180,7 +180,7 @@ const EnumPropertyItem rna_enum_object_modifier_type_items[] = {
"Skin",
"Create a solid shape from vertices and edges, using the vertex radius to define the "
"thickness"},
- {eModifierType_Solidify, "SOLIDIFY", ICON_MOD_SOLIDIFY, "Solidify", " Make the surface thick"},
+ {eModifierType_Solidify, "SOLIDIFY", ICON_MOD_SOLIDIFY, "Solidify", "Make the surface thick"},
{eModifierType_Subsurf,
"SUBSURF",
ICON_MOD_SUBSURF,
@@ -279,7 +279,7 @@ const EnumPropertyItem rna_enum_object_modifier_type_items[] = {
"WAVE",
ICON_MOD_WAVE,
"Wave",
- "Adds a ripple-like motion to an object’s geometry"},
+ "Adds a ripple-like motion to an object's geometry"},
{eModifierType_VolumeDisplace,
"VOLUME_DISPLACE",
ICON_VOLUME_DATA,
@@ -4562,7 +4562,7 @@ static void rna_def_modifier_solidify(BlenderRNA *brna)
0,
"Complex",
"Output a manifold mesh even if the base mesh is non-manifold, "
- "where edges have 3 or more connecting faces."
+ "where edges have 3 or more connecting faces. "
"This method is slower"},
{0, NULL, 0, NULL, NULL},
};
@@ -6740,7 +6740,7 @@ static void rna_def_modifier_normaledit(BlenderRNA *brna)
"MUL",
0,
"Multiply",
- "Copy product of old and new normals (*not* cross product)"},
+ "Copy product of old and new normals (not cross product)"},
{0, NULL, 0, NULL, NULL},
};