From 937eff4112dab15b13e901517a37a857050d3d78 Mon Sep 17 00:00:00 2001 From: Simon G Date: Tue, 4 Feb 2020 17:53:04 +0100 Subject: Cleanup: remove duplicated bl_parent_id in brush mask panel Differential Revision: https://developer.blender.org/D6718 --- release/scripts/startup/bl_ui/space_view3d_toolbar.py | 1 - 1 file changed, 1 deletion(-) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py index ff1392d9126..c074069af06 100644 --- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py +++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py @@ -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'} -- cgit v1.2.3