[Bf-blender-cvs] [e392658] master: Fix T49100: Replace old tooltip for GPencil brush iterations

Antonioya noreply at git.blender.org
Wed Aug 17 09:13:55 CEST 2016


Commit: e392658405f3f768ec90e2bbe60b944b0c791bc7
Author: Antonioya
Date:   Wed Aug 17 09:11:58 2016 +0200
Branches: master
https://developer.blender.org/rBe392658405f3f768ec90e2bbe60b944b0c791bc7

Fix T49100: Replace old tooltip for GPencil brush iterations

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

M	source/blender/makesrna/intern/rna_scene.c

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

diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 200f464..a3b1334 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 */




More information about the Bf-blender-cvs mailing list