Skip to content
Snippets Groups Projects
Commit 5721c7ff authored by Brendon Murphy's avatar Brendon Murphy
Browse files

fix for toolshelf

parent 9ee1e30d
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,9 @@ class AddSurroundCamerasPanel(bpy.types.Panel): ...@@ -59,7 +59,9 @@ class AddSurroundCamerasPanel(bpy.types.Panel):
bl_space_type = 'VIEW_3D' bl_space_type = 'VIEW_3D'
bl_region_type = 'TOOLS' bl_region_type = 'TOOLS'
bl_label = "Surround Projection" bl_label = "Surround Projection"
bl_category = 'Addons'
bl_options = {'DEFAULT_CLOSED'} bl_options = {'DEFAULT_CLOSED'}
def draw(self, context): def draw(self, context):
layout = self.layout layout = self.layout
col = layout.column(align=True) col = layout.column(align=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment