Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <j.bakker@atmind.nl>2018-04-30 11:40:54 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2018-04-30 11:40:54 +0300
commitcb3708062774f4694f493fb8a531af2ea33a2d39 (patch)
tree7ce5c96bc7deae5dda12bec6b3a50700cc191d80 /release
parent422a325acf97de4de73844f6a2da33c3a263d2a5 (diff)
Topbar: Enable Vertex Paint tools
Discussed with Campbell just to use the .dummy for now.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_topbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_topbar.py b/release/scripts/startup/bl_ui/space_topbar.py
index b0a3be18fad..bb357269be4 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -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':