Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeta-androcto <meta.androcto1@gmail.com>2016-07-22 14:37:41 +0300
committermeta-androcto <meta.androcto1@gmail.com>2016-07-22 14:37:41 +0300
commit3cb59ca5c6aa3f1b742a75a9c56c2920d3ff8fde (patch)
treeb7d073b94004b83680a9b5f89098c82fe4b23d05
parentbe03a24dc537262012c1c3fca6d2dc0a01752b50 (diff)
Clean Up: remove redundant bl_tracker info
-rw-r--r--add_curve_extra_objects/__init__.py1
-rw-r--r--add_curve_sapling/__init__.py1
-rw-r--r--add_mesh_ant_landscape.py1
-rw-r--r--io_import_dxf/__init__.py1
-rw-r--r--space_view3d_spacebar_menu.py1
5 files changed, 0 insertions, 5 deletions
diff --git a/add_curve_extra_objects/__init__.py b/add_curve_extra_objects/__init__.py
index 8f706f6f..945a8ac5 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 624aae19..fd6f5e97 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 3ff08f46..e4a1a297 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 0841b1d5..5d588f76 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 814fdcb0..fa45c93e 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",
}