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
This commit is contained in:
Juanfran Matheu 2021-01-25 22:00:49 -05:00 committed by Aaron Carlisle
parent 6499a2ec5c
commit 7d2f746369
1 changed files with 1 additions and 0 deletions

View File

@ -1561,6 +1561,7 @@ class _defs_texture_paint:
icon_prefix="brush.paint_texture.",
type=bpy.types.Brush,
attr="image_tool",
cursor='PAINT_CROSS',
)