[Bf-extensions-cvs] [5721c7f] master: fix for toolshelf

Brendon Murphy noreply at git.blender.org
Mon Jul 21 12:43:01 CEST 2014


Commit: 5721c7ffeab1bda31c22c4cb090d033e6ccb3f73
Author: Brendon Murphy
Date:   Mon Jul 21 20:36:00 2014 +1000
Branches: master
https://developer.blender.org/rBAC5721c7ffeab1bda31c22c4cb090d033e6ccb3f73

fix for toolshelf

===================================================================

M	space_view3d_add_surround_cameras.py

===================================================================

diff --git a/space_view3d_add_surround_cameras.py b/space_view3d_add_surround_cameras.py
index b5f797f..bf4ddd0 100644
--- a/space_view3d_add_surround_cameras.py
+++ b/space_view3d_add_surround_cameras.py
@@ -59,7 +59,9 @@ class AddSurroundCamerasPanel(bpy.types.Panel):
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'TOOLS'
     bl_label = "Surround Projection"
+    bl_category = 'Addons'
     bl_options = {'DEFAULT_CLOSED'}
+
     def draw(self, context):
         layout = self.layout
         col = layout.column(align=True)



More information about the Bf-extensions-cvs mailing list