UI: Remove Masking dropdown from tool settings

In recent versions, masking is exposed as a popover in the header
so having this as well is confusing and takes up space.
This commit is contained in:
Pablo Vazquez
2023-09-26 21:58:42 +02:00
parent af3461c387
commit ef18cdf8dc

View File

@@ -712,7 +712,6 @@ class VIEW3D_PT_slots_vertex_groups(Panel):
class VIEW3D_PT_mask(View3DPanel, Panel):
bl_category = "Tool"
bl_context = ".imagepaint" # dot on purpose (access from topbar)
bl_label = "Masking"
bl_options = {'DEFAULT_CLOSED'}