[Bf-blender-cvs] [02f3014ec66] master: GPencil: Change Paint cursor to DOT

Antonio Vazquez noreply at git.blender.org
Thu Oct 10 20:04:46 CEST 2019


Commit: 02f3014ec66425d55b6de8af1aff204ff1d39f37
Author: Antonio Vazquez
Date:   Thu Oct 10 20:04:10 2019 +0200
Branches: master
https://developer.blender.org/rB02f3014ec66425d55b6de8af1aff204ff1d39f37

GPencil: Change Paint cursor to DOT

After doing some test, the cross cursor is too intrusive when you are drawing in grease pencil, so we decided to change by Dot cursor.

Reviewers: @brecht @mendio @pepeland @pablovazquez @billreynish

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
index aa5be13c01b..4bce8a95528 100644
--- a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
@@ -1320,7 +1320,7 @@ class _defs_gpencil_paint:
             icon_prefix="brush.gpencil_draw.",
             type=bpy.types.Brush,
             attr="gpencil_tool",
-            cursor='PAINT_CROSS',
+            cursor='DOT',
             tooldef_keywords=dict(
                 operator="gpencil.draw",
             ),



More information about the Bf-blender-cvs mailing list