[Bf-extensions-cvs] [a76ac49] master: fix tracker url, move panel to Tools

Brendon Murphy noreply at git.blender.org
Fri Aug 21 05:24:15 CEST 2015


Commit: a76ac494595f8ccdd0ce0e989ab0734f18786017
Author: Brendon Murphy
Date:   Fri Aug 21 13:23:34 2015 +1000
Branches: master
https://developer.blender.org/rBACa76ac494595f8ccdd0ce0e989ab0734f18786017

fix tracker url, move panel to Tools

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

M	space_view3d_add_surround_cameras.py

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

diff --git a/space_view3d_add_surround_cameras.py b/space_view3d_add_surround_cameras.py
index bf4ddd0..bcbbb4f 100644
--- a/space_view3d_add_surround_cameras.py
+++ b/space_view3d_add_surround_cameras.py
@@ -20,11 +20,11 @@ bl_info = {
     "name": "Surround Projection Tools",
     "author": "Cole Ingraham",
     "version": (0, 1, 2),
-    "blender": (2, 60, 0),
+    "blender": (2, 75, 0),
     "location": "View3D > Tool Shelf > Surround Projection panel",
     "description": "Setup cameras and create rendering scenes for n-screen surround projection.",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/3D_interaction/Surround_Projection_Tools",
-    "tracker_url": "https://developer.blender.org/T29266",
+    "tracker_url": "https://developer.blender.org/maniphest/task/create/?project=3&type=Bug",
     "category": "3D View"}
 
 
@@ -59,7 +59,7 @@ class AddSurroundCamerasPanel(bpy.types.Panel):
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'TOOLS'
     bl_label = "Surround Projection"
-    bl_category = 'Addons'
+    bl_category = 'Tools'
     bl_options = {'DEFAULT_CLOSED'}
 
     def draw(self, context):



More information about the Bf-extensions-cvs mailing list