GP: New option to disable lasso while drawing

Now it's possible to disable the lasso effect of the fill color while drawing with a fill color.

This sometimes is required to see the lines and it's the first step to implement a new lasso brush.
This commit is contained in:
Antonioya
2018-09-30 16:21:28 +02:00
parent 60935cb9d8
commit ec06532cef
4 changed files with 15 additions and 3 deletions

View File

@@ -341,6 +341,9 @@ class GreasePencilAppearancePanel:
layout.prop(gp_settings, "use_cursor", text="Show Brush")
if gp_settings.gpencil_brush_type == 'DRAW':
layout.prop(gp_settings, "disable_lasso", text="Hide fill color while drawing")
if gp_settings.gpencil_brush_type == 'FILL':
layout.prop(brush, "cursor_color_add", text="Color")