GPencil: Move Autofit parameter from topbar to advanced panel
As this is used only in corner cases, it is better keep in advanced panel. Also renamed to "Limit to Viewport"
This commit is contained in:
@@ -1223,8 +1223,6 @@ def brush_basic_gpencil_paint_settings(layout, context, brush, *, compact=False)
|
||||
row.prop(gp_settings, "fill_leak", text="Leak Size")
|
||||
row = layout.row(align=True)
|
||||
row.prop(brush, "size", text="Thickness")
|
||||
row = layout.row(align=True)
|
||||
row.prop(gp_settings, "use_fill_autofit", text="", icon="SNAP_FACE_CENTER")
|
||||
|
||||
else: # brush.gpencil_tool == 'DRAW/TINT':
|
||||
row = layout.row(align=True)
|
||||
|
||||
Reference in New Issue
Block a user