[Bf-blender-cvs] [7d2f746369e] master: TEXTURE PAINT: Tools with wrong cursor

Juanfran Matheu noreply at git.blender.org
Tue Jan 26 04:37:29 CET 2021


Commit: 7d2f746369e6f79bc6282990d9b1e10764462077
Author: Juanfran Matheu
Date:   Mon Jan 25 22:00:49 2021 -0500
Branches: master
https://developer.blender.org/rB7d2f746369e6f79bc6282990d9b1e10764462077

TEXTURE PAINT: Tools with wrong cursor

Texture paint tools were using DEFAULT cursor instead of PAINT_CROSS cursor as vertex paint, weight paint and sculpt modes.

Before
{F9591366}

After
{F9591370}

Reviewed By: Blendify

Differential Revision: https://developer.blender.org/D10172

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

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 ba165d1e86c..fdc3732f92a 100644
--- a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
@@ -1561,6 +1561,7 @@ class _defs_texture_paint:
             icon_prefix="brush.paint_texture.",
             type=bpy.types.Brush,
             attr="image_tool",
+            cursor='PAINT_CROSS',
         )



More information about the Bf-blender-cvs mailing list