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:
authorCampbell Barton <ideasman42@gmail.com>2020-09-30 05:22:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-30 05:25:09 +0300
commite200e44c4e288bc97ef737ceb68db370f0793be8 (patch)
treebc61eb501b20a5300c2090ba955f00b96568b572 /source/blender/makesrna/intern/rna_modifier.c
parent08633167457d7b3ca2f6d7562e84a9fa538af06e (diff)
Cleanup: remove full-stop from description
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 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);