GPv3: Add brush falloff panel to tint tool

This was talked about in
https://projects.blender.org/blender/blender/pulls/119323.
Adds back the panel so that the falloff can be changed again.
This commit is contained in:
Falk David 2024-03-29 14:41:35 +01:00
parent 127f879be9
commit f3505f12d2
1 changed files with 1 additions and 0 deletions

View File

@ -1444,6 +1444,7 @@ def brush_basic_grease_pencil_paint_settings(layout, context, brush, *, compact=
elif grease_pencil_tool == 'TINT':
layout.prop(gp_settings, "vertex_mode", text="Mode")
layout.popover("VIEW3D_PT_tools_brush_settings_advanced", text="Brush")
layout.popover("VIEW3D_PT_tools_brush_falloff")
def brush_basic_gpencil_sculpt_settings(layout, _context, brush, *, compact=False):