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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user