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:
authorAntonioya <blendergit@gmail.com>2016-08-17 10:11:58 +0300
committerAntonioya <blendergit@gmail.com>2016-08-17 10:11:58 +0300
commite392658405f3f768ec90e2bbe60b944b0c791bc7 (patch)
tree66cb925c5aa2f85661c5cbcda3ed7ec37662dbff
parent34928ca98aba6706a1126c60b4b02c5d39f7e53c (diff)
Fix T49100: Replace old tooltip for GPencil brush iterations
-rw-r--r--source/blender/makesrna/intern/rna_scene.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 200f464f1c0..a3b13340a1f 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -2188,8 +2188,7 @@ static void rna_def_gpencil_brush(BlenderRNA *brna)
RNA_def_property_int_sdna(prop, NULL, "draw_smoothlvl");
RNA_def_property_range(prop, 1, 3);
RNA_def_property_ui_text(prop, "Iterations",
- "Number of times to smooth newly created strokes "
- "[+ reason/effect of using higher values of this property]");
+ "Number of times to smooth newly created strokes");
RNA_def_property_update(prop, NC_GPENCIL | ND_DATA, NULL);
/* Subdivision level for new strokes */