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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lömmel <brechtvanlommel@gmail.com>2013-11-16 06:08:51 +0400
committerBrecht Van Lömmel <brechtvanlommel@gmail.com>2013-11-16 06:15:17 +0400
commitf546c7a8893b8a673c37805413869b130337cd2a (patch)
tree469005174f1b8a5b1756fc29bf70576130e90d10 /release/scripts/templates_py
parentf8eb006d091d598269fc10ae9e9ebf6c6be75dbd (diff)
Addons: remove tracker URL from addon template, as this is no longer used,
and link to the new Addons bug reporting page.
Diffstat (limited to 'release/scripts/templates_py')
-rw-r--r--release/scripts/templates_py/addon_add_object.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/templates_py/addon_add_object.py b/release/scripts/templates_py/addon_add_object.py
index 66da6a969c7..f0d8bede6d5 100644
--- a/release/scripts/templates_py/addon_add_object.py
+++ b/release/scripts/templates_py/addon_add_object.py
@@ -7,7 +7,6 @@ bl_info = {
"description": "Adds a new Mesh Object",
"warning": "",
"wiki_url": "",
- "tracker_url": "",
"category": "Add Mesh"}