[Bf-blender-cvs] [6a6bdacd829] blender2.8: UI: hide "Active Tool" panel header.

William Reynish noreply at git.blender.org
Tue Sep 18 19:39:12 CEST 2018


Commit: 6a6bdacd829c77276734e6474cb0b8ba06166c59
Author: William Reynish
Date:   Tue Sep 18 19:24:16 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB6a6bdacd829c77276734e6474cb0b8ba06166c59

UI: hide "Active Tool" panel header.

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_topbar.py b/release/scripts/startup/bl_ui/space_topbar.py
index 563bd0afcca..9347e849627 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -722,6 +722,7 @@ class TOPBAR_PT_active_tool(Panel):
     bl_category = ""
     bl_context = ".active_tool"  # dot on purpose (access from tool settings)
     bl_label = "Active Tool"
+    bl_options = {'HIDE_HEADER'}
 
     def draw(self, context):
         layout = self.layout



More information about the Bf-blender-cvs mailing list