Cleanup: remove duplicated bl_parent_id in brush mask panel

Differential Revision: https://developer.blender.org/D6718
This commit is contained in:
Simon G
2020-02-04 17:53:04 +01:00
committed by Brecht Van Lommel
parent 6b9062508a
commit 937eff4112

View File

@@ -1185,7 +1185,6 @@ class VIEW3D_PT_tools_imagepaint_options(View3DPaintPanel, Panel):
class VIEW3D_PT_tools_imagepaint_options_cavity(View3DPaintPanel, Panel):
bl_context = ".imagepaint" # dot on purpose (access from topbar)
bl_label = "Cavity Mask"
bl_parent_id = "VIEW3D_PT_tools_imagepaint_options"
bl_parent_id = "VIEW3D_PT_mask"
bl_options = {'DEFAULT_CLOSED'}