[Bf-blender-cvs] [8df7dfc85af] greasepencil-object: GPencil: Change Show Brush to Show Cursor for Eraser

Antonio Vazquez noreply at git.blender.org
Mon Dec 16 17:01:02 CET 2019


Commit: 8df7dfc85af23295caf52c82c52e242d97330ae7
Author: Antonio Vazquez
Date:   Mon Dec 16 17:00:51 2019 +0100
Branches: greasepencil-object
https://developer.blender.org/rB8df7dfc85af23295caf52c82c52e242d97330ae7

GPencil: Change Show Brush to Show Cursor for Eraser

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

M	release/scripts/startup/bl_ui/properties_paint_common.py

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

diff --git a/release/scripts/startup/bl_ui/properties_paint_common.py b/release/scripts/startup/bl_ui/properties_paint_common.py
index 51e71568325..9c810c65e21 100644
--- a/release/scripts/startup/bl_ui/properties_paint_common.py
+++ b/release/scripts/startup/bl_ui/properties_paint_common.py
@@ -1012,7 +1012,7 @@ def brush_basic_gpencil_paint_settings(layout, context, brush, *, compact=False)
             row.prop(gp_settings, "eraser_thickness_factor")
 
         row = layout.row(align=True)
-        row.prop(settings, "show_brush", text="Show Brush")
+        row.prop(settings, "show_brush", text="Show Cursor")
 
     # FIXME: tools must use their own UI drawing!
     elif brush.gpencil_tool == 'FILL':



More information about the Bf-blender-cvs mailing list