[Bf-blender-cvs] [2088bb0d49e] blender2.8: UI: add particle brush to topbar

Campbell Barton noreply at git.blender.org
Wed Jun 6 14:07:00 CEST 2018


Commit: 2088bb0d49e77129e608a780a91d1695fd9db805
Author: Campbell Barton
Date:   Wed Jun 6 14:06:30 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB2088bb0d49e77129e608a780a91d1695fd9db805

UI: add particle brush to topbar

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

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 7beb97f31b6..c231d05ecdb 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -141,7 +141,7 @@ class TOPBAR_HT_lower_bar(Header):
         elif mode == 'POSE':
             pass
         elif mode == 'PARTICLE':
-            pass
+            layout.popover_group(space_type='PROPERTIES', region_type='WINDOW', context=".paint_common", category="")
 
     def draw_right(self, context):
         layout = self.layout



More information about the Bf-blender-cvs mailing list