Topbar: Enable Vertex Paint tools

Discussed with Campbell just to use the .dummy for now.
This commit is contained in:
Jeroen Bakker 2018-04-30 10:40:54 +02:00
parent 422a325acf
commit cb37080627
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class TOPBAR_HT_lower_bar(Header):
if mode == 'SCULPT':
layout.popover_group(space_type='VIEW_3D', region_type='TOOLS', context=".dummy", category="")
elif mode == 'PAINT_VERTEX':
layout.popover_group(space_type='VIEW_3D', region_type='TOOLS', context="", category="")
layout.popover_group(space_type='VIEW_3D', region_type='TOOLS', context=".dummy", category="")
elif mode == 'PAINT_WEIGHT':
layout.popover_group(space_type='VIEW_3D', region_type='TOOLS', context="", category="")
elif mode == 'PAINT_TEXTURE':