Cleanup: Description should not end with a fullstop

This commit is contained in:
Sergey Sharybin 2018-08-13 11:45:55 +02:00
parent 4b6fa4d897
commit 4710af81a4
1 changed files with 1 additions and 1 deletions

View File

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