[Bf-blender-cvs] [937eff4112d] master: Cleanup: remove duplicated bl_parent_id in brush mask panel

Simon G noreply at git.blender.org
Tue Feb 4 17:54:16 CET 2020


Commit: 937eff4112dab15b13e901517a37a857050d3d78
Author: Simon G
Date:   Tue Feb 4 17:53:04 2020 +0100
Branches: master
https://developer.blender.org/rB937eff4112dab15b13e901517a37a857050d3d78

Cleanup: remove duplicated bl_parent_id in brush mask panel

Differential Revision: https://developer.blender.org/D6718

===================================================================

M	release/scripts/startup/bl_ui/space_view3d_toolbar.py

===================================================================

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'}



More information about the Bf-blender-cvs mailing list