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>2016-05-08 18:16:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-05-08 18:16:58 +0300
commit6100c2d262c58c611ccc75a20cca23bf9f245767 (patch)
tree3b3ab002b4c0003457b8183f8e3c3fec819eadc6 /source/blender/makesrna
parente2b79a0a246bc8a4a9a1fd14e97db4cdc8c80cf7 (diff)
Cleanup: warnings
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_gpencil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_gpencil.c b/source/blender/makesrna/intern/rna_gpencil.c
index 691eae18d4d..2c4e47a19fc 100644
--- a/source/blender/makesrna/intern/rna_gpencil.c
+++ b/source/blender/makesrna/intern/rna_gpencil.c
@@ -816,7 +816,7 @@ static void rna_def_gpencil_layer(BlenderRNA *brna)
RNA_def_property_range(prop, 1, 3);
RNA_def_property_ui_text(prop, "Iterations",
"Number of times to smooth newly created strokes."
- "Smoothing strength is halved on each successive round of smoothing applied.");
+ "Smoothing strength is halved on each successive round of smoothing applied");
RNA_def_property_update(prop, NC_GPENCIL | ND_DATA, "rna_GPencil_update");
/* Subdivision level for new strokes */