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:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-02-21 19:20:00 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2011-02-21 19:20:00 +0300
commitaae36412f5bdee133a97dba4c8c8f612ab2ff61b (patch)
tree52a9d6df68a7b9f2e24f185f8a7350a7942e1394 /io_curve_svg
parent0bf3fa9b72d63c06a3d2c00344e0acfa02f6d3b0 (diff)
Added link to tracker for SVG importer
Diffstat (limited to 'io_curve_svg')
-rw-r--r--io_curve_svg/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/io_curve_svg/__init__.py b/io_curve_svg/__init__.py
index c3ddc8d2..66e9cac2 100644
--- a/io_curve_svg/__init__.py
+++ b/io_curve_svg/__init__.py
@@ -28,7 +28,8 @@ bl_info = {
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
"Scripts/Import-Export/SVG",
- "tracker_url": "",
+ "tracker_url": "http://projects.blender.org/tracker/index.php?"\
+ "func=detail&aid=26166&",
"support": 'OFFICIAL',
"category": "Import-Export"}