[Bf-blender-cvs] [f1824e6ec45] blender-v2.81-release: Cleanup: Fix tooltip text

Antonio Vazquez noreply at git.blender.org
Sun Oct 27 10:05:23 CET 2019


Commit: f1824e6ec45fa0d7c0a01d50ace45ec28595d07d
Author: Antonio Vazquez
Date:   Sun Oct 27 10:05:08 2019 +0100
Branches: blender-v2.81-release
https://developer.blender.org/rBf1824e6ec45fa0d7c0a01d50ace45ec28595d07d

Cleanup: Fix tooltip text

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

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

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

diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c
index 57a3d889437..99c1bdfdbee 100644
--- a/source/blender/makesrna/intern/rna_brush.c
+++ b/source/blender/makesrna/intern/rna_brush.c
@@ -1661,7 +1661,7 @@ static void rna_def_brush(BlenderRNA *brna)
   prop = RNA_def_property(srna, "gpencil_tool", PROP_ENUM, PROP_NONE);
   RNA_def_property_enum_sdna(prop, NULL, "gpencil_tool");
   RNA_def_property_enum_items(prop, rna_enum_brush_gpencil_types_items);
-  RNA_def_property_ui_text(prop, "Type", "Category of the brush");
+  RNA_def_property_ui_text(prop, "Grease Pencil Draw Tool", "");
   RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
   /** End per mode tool properties. */



More information about the Bf-blender-cvs mailing list