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:
Antonio Vazquez
2019-10-10 20:04:10 +02:00
parent 91a26ee745
commit 02f3014ec6

View File

@@ -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",
), ),