[Bf-extensions-cvs] [3cb59ca] master: Clean Up: remove redundant bl_tracker info

meta-androcto noreply at git.blender.org
Fri Jul 22 13:38:16 CEST 2016


Commit: 3cb59ca5c6aa3f1b742a75a9c56c2920d3ff8fde
Author: meta-androcto
Date:   Fri Jul 22 21:37:41 2016 +1000
Branches: master
https://developer.blender.org/rBA3cb59ca5c6aa3f1b742a75a9c56c2920d3ff8fde

Clean Up: remove redundant bl_tracker info

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

M	add_curve_extra_objects/__init__.py
M	add_curve_sapling/__init__.py
M	add_mesh_ant_landscape.py
M	io_import_dxf/__init__.py
M	space_view3d_spacebar_menu.py

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

diff --git a/add_curve_extra_objects/__init__.py b/add_curve_extra_objects/__init__.py
index 8f706f6..945a8ac 100644
--- a/add_curve_extra_objects/__init__.py
+++ b/add_curve_extra_objects/__init__.py
@@ -28,7 +28,6 @@ bl_info = {
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/Curve/Curve_Objects",
-    "tracker_url": "https://developer.blender.org/maniphest/task/create/?project=3&type=Bug",
     "category": "Add Curve"}
 
 if "bpy" in locals():
diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index 624aae1..fd6f5e9 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -27,7 +27,6 @@ bl_info = {
     "Realistic Trees'."),
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/Curve/Sapling_Tree",
-    "tracker_url": "https://developer.blender.org/maniphest/task/create/?project=3&type=Bug",
     "category": "Add Curve"}
 
 if "bpy" in locals():
diff --git a/add_mesh_ant_landscape.py b/add_mesh_ant_landscape.py
index 3ff08f4..e4a1a29 100644
--- a/add_mesh_ant_landscape.py
+++ b/add_mesh_ant_landscape.py
@@ -26,7 +26,6 @@ bl_info = {
     "warning": "", # used for warning icon and text in addons panel
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/Add_Mesh/ANT_Landscape",
-    "tracker_url": "https://developer.blender.org/maniphest/task/create/?project=3&type=Bug",
     "category": "Add Mesh",
 }
 
diff --git a/io_import_dxf/__init__.py b/io_import_dxf/__init__.py
index 0841b1d..5d588f7 100644
--- a/io_import_dxf/__init__.py
+++ b/io_import_dxf/__init__.py
@@ -40,7 +40,6 @@ bl_info = {
     "location": "File > Import > AutoCAD DXF",
     "description": "Import files in the Autocad DXF format (.dxf)",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/DXF_Importer",
-    "tracker_url": "https://developer.blender.org/maniphest/task/create/?project=3&type=Bug",
     "category": "Import-Export",
 }
 
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 814fdcb..fa45c93 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -27,7 +27,6 @@ bl_info = {
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/3D_interaction/Dynamic_Spacebar_Menu",
-    "tracker_url": "https://developer.blender.org/maniphest/task/create/?project=3&type=Bug",
     "category": "3D View",
 }



More information about the Bf-extensions-cvs mailing list