[Bf-blender-cvs] [4710af81a40] blender2.8: Cleanup: Description should not end with a fullstop

Sergey Sharybin noreply at git.blender.org
Mon Aug 13 11:46:17 CEST 2018


Commit: 4710af81a4003cf1c19f7fc16c08a53146bf3fba
Author: Sergey Sharybin
Date:   Mon Aug 13 11:45:55 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB4710af81a4003cf1c19f7fc16c08a53146bf3fba

Cleanup: Description should not end with a fullstop

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

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



More information about the Bf-blender-cvs mailing list