GP: Add popover for Sculpt and Weight Paint panels
This commit is contained in:
@@ -139,6 +139,10 @@ class TOPBAR_HT_lower_bar(Header):
|
||||
pass
|
||||
elif mode == 'GPENCIL_PAINT':
|
||||
layout.popover_group(space_type='PROPERTIES', region_type='WINDOW', context=".greasepencil_paint", category="")
|
||||
elif mode == 'GPENCIL_SCULPT':
|
||||
layout.popover_group(space_type='PROPERTIES', region_type='WINDOW', context=".greasepencil_sculpt", category="")
|
||||
elif mode == 'GPENCIL_WEIGHT':
|
||||
layout.popover_group(space_type='PROPERTIES', region_type='WINDOW', context=".greasepencil_weight", category="")
|
||||
|
||||
def draw_center(self, context):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user