[Bf-blender-cvs] [be262cf5612] blender-v2.92-release: TEXTURE PAINT: Tools with wrong cursor

Juanfran Matheu noreply at git.blender.org
Tue Jan 26 04:01:14 CET 2021


Commit: be262cf561293541b889a97026311adf3965a545
Author: Juanfran Matheu
Date:   Mon Jan 25 22:00:49 2021 -0500
Branches: blender-v2.92-release
https://developer.blender.org/rBbe262cf561293541b889a97026311adf3965a545

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