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
This commit is contained in:
@@ -1320,7 +1320,7 @@ class _defs_gpencil_paint:
|
|||||||
icon_prefix="brush.gpencil_draw.",
|
icon_prefix="brush.gpencil_draw.",
|
||||||
type=bpy.types.Brush,
|
type=bpy.types.Brush,
|
||||||
attr="gpencil_tool",
|
attr="gpencil_tool",
|
||||||
cursor='PAINT_CROSS',
|
cursor='DOT',
|
||||||
tooldef_keywords=dict(
|
tooldef_keywords=dict(
|
||||||
operator="gpencil.draw",
|
operator="gpencil.draw",
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user