UI: Use Eyedropper Cursor with Sample Weight Tool

While using the Sample Weight tool in Weight Paint mode, user eyedropper mouse cursor.

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

Reviewed by Pablo Vazquez
This commit is contained in:
Juanfran Matheu
2021-01-07 09:44:48 -08:00
committed by Harley Acheson
parent e3d9241a05
commit 64277e8f3a

View File

@@ -1526,6 +1526,7 @@ class _defs_weight_paint:
idname="builtin.sample_weight",
label="Sample Weight",
icon="ops.paint.weight_sample",
cursor='EYEDROPPER',
widget=None,
keymap=(),
draw_settings=draw_settings
@@ -1537,6 +1538,7 @@ class _defs_weight_paint:
idname="builtin.sample_vertex_group",
label="Sample Vertex Group",
icon="ops.paint.weight_sample_group",
cursor='EYEDROPPER',
widget=None,
keymap=(),
)