From 08c7733c1393d200513983d9b895ef8e92110591 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 21 Sep 2018 07:31:29 +1000 Subject: Cleanup: style --- release/scripts/startup/bl_ui/space_view3d_toolbar.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'release/scripts/startup/bl_ui/space_view3d_toolbar.py') diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py index 035f08507f9..300cc2154b1 100644 --- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py +++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py @@ -536,7 +536,7 @@ class VIEW3D_PT_slots_projectpaint(View3DPanel, Panel): col.separator() col.operator("image.save_dirty", text="Save All Images") - ### Add Texture paint UVs/slots + # Add Texture paint UVs/slots if settings.missing_uvs: col.separator() col.label(text="No UVs available", icon='INFO') @@ -575,6 +575,8 @@ class VIEW3D_PT_slots_projectpaint(View3DPanel, Panel): col.template_ID(settings, "stencil_image", new="image.new", open="image.open") # TODO, move to space_view3d.py + + class VIEW3D_PT_stencil_projectpaint(View3DPanel, Panel): bl_context = ".imagepaint" # dot on purpose (access from topbar) bl_label = "Mask" -- cgit v1.2.3