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:
@@ -712,7 +712,6 @@ class VIEW3D_PT_slots_vertex_groups(Panel):
|
|||||||
|
|
||||||
class VIEW3D_PT_mask(View3DPanel, Panel):
|
class VIEW3D_PT_mask(View3DPanel, Panel):
|
||||||
bl_category = "Tool"
|
bl_category = "Tool"
|
||||||
bl_context = ".imagepaint" # dot on purpose (access from topbar)
|
|
||||||
bl_label = "Masking"
|
bl_label = "Masking"
|
||||||
bl_options = {'DEFAULT_CLOSED'}
|
bl_options = {'DEFAULT_CLOSED'}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user