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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-08-13 12:45:55 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-08-13 12:45:55 +0300
commit4710af81a4003cf1c19f7fc16c08a53146bf3fba (patch)
tree5fc01838aa229a3c906906087d44ebbb1aeabe9b /source/blender/makesrna/intern/rna_modifier.c
parent4b6fa4d897a0bb3252b16383492b526d2cef3920 (diff)
Cleanup: Description should not end with a fullstop
Diffstat (limited to 'source/blender/makesrna/intern/rna_modifier.c')
-rw-r--r--source/blender/makesrna/intern/rna_modifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c
index f0898064860..fc0144f3f7b 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -4958,7 +4958,7 @@ static void rna_def_modifier_weightednormal(BlenderRNA *brna)
RNA_def_property_boolean_sdna(prop, NULL, "flag", MOD_WEIGHTEDNORMAL_KEEP_SHARP);
RNA_def_property_ui_text(prop, "Keep Sharp",
"Keep sharp edges as computed for default split normals, "
- "instead of setting a single weighted normal for each vertex.");
+ "instead of setting a single weighted normal for each vertex");
RNA_def_property_update(prop, 0, "rna_Modifier_update");
prop = RNA_def_property(srna, "vertex_group", PROP_STRING, PROP_NONE);