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:
authorCampbell Barton <ideasman42@gmail.com>2014-05-21 07:04:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-21 07:04:43 +0400
commit5bc482f647af6a3bf2e2b980108a25fa4c3ba352 (patch)
tree8762e4147b2bcc4225017d25a147410026b3c94a /add_curve_extra_objects/add_curve_spirals.py
parent0962e658947844d22a9ad4dc929f7792e56ee284 (diff)
Maintenance to bl_info, remove redundant tracker URL's
Diffstat (limited to 'add_curve_extra_objects/add_curve_spirals.py')
-rw-r--r--add_curve_extra_objects/add_curve_spirals.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/add_curve_extra_objects/add_curve_spirals.py b/add_curve_extra_objects/add_curve_spirals.py
index 9e178812..11d86eb7 100644
--- a/add_curve_extra_objects/add_curve_spirals.py
+++ b/add_curve_extra_objects/add_curve_spirals.py
@@ -6,10 +6,12 @@
"blender": (2, 62, 0),
"location": "View3D > Add > Curve",
"warning": "", # used for warning icon and text in addons panel
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.4/Py/Scripts/Object/Spirals",
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.4/Py/"
+ "Scripts/Object/Spirals",
"tracker_url": "http://alexvaqp.googlepages.com?"
"func=detail&aid=<number>",
- "category": "Add Curve"}
+ "category": "Add Curve",
+}
'''
import bpy, time
from bpy.props import *