[Bf-blender-cvs] [691183242b5] lanpr-under-gp: Cleanup: remove full-stop from description

Campbell Barton noreply at git.blender.org
Fri Oct 2 07:40:28 CEST 2020


Commit: 691183242b549b2ee42c681c20ec729a009ef446
Author: Campbell Barton
Date:   Wed Sep 30 12:22:24 2020 +1000
Branches: lanpr-under-gp
https://developer.blender.org/rB691183242b549b2ee42c681c20ec729a009ef446

Cleanup: remove full-stop from description

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

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 0e8903a2796..ec9dfcc09ea 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -6139,7 +6139,7 @@ static void rna_def_modifier_meshseqcache(BlenderRNA *brna)
   prop = RNA_def_property(srna, "use_vertex_interpolation", PROP_BOOLEAN, PROP_NONE);
   RNA_def_property_boolean_sdna(prop, NULL, "read_flag", MOD_MESHSEQ_INTERPOLATE_VERTICES);
   RNA_def_property_ui_text(
-      prop, "Vertex Interpolation", "Allow interpolation of vertex positions.");
+      prop, "Vertex Interpolation", "Allow interpolation of vertex positions");
   RNA_def_property_update(prop, 0, "rna_Modifier_update");
 
   prop = RNA_def_property(srna, "velocity_scale", PROP_FLOAT, PROP_NONE);



More information about the Bf-blender-cvs mailing list