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:
authorLuca Bonavita <mindrones@gmail.com>2010-05-31 01:13:24 +0400
committerLuca Bonavita <mindrones@gmail.com>2010-05-31 01:13:24 +0400
commit02af4afa17d7bc548a77ef15fd0e3c9b0115b7d5 (patch)
treebc1b0413ad749ae191f90ef161c1fba224a2c03f /add_curve_torus_knots.py
parent8bf183e87f967cd2212d2746368d769169ae0ff9 (diff)
== addons ==
- testing the new button "report a bug", see commit from dingto here http://lists.blender.org/pipermail/bf-blender-cvs/2010-May/028285.html
Diffstat (limited to 'add_curve_torus_knots.py')
-rw-r--r--add_curve_torus_knots.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/add_curve_torus_knots.py b/add_curve_torus_knots.py
index 8350cedb..245d8a69 100644
--- a/add_curve_torus_knots.py
+++ b/add_curve_torus_knots.py
@@ -24,6 +24,8 @@ bl_addon_info = {
'description': 'adds many types of knots',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Curve/Torus_Knot',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=22403&group_id=153&atid=469',
'category': 'Add Curve'}
##------------------------------------------------------------
#### import modules
@@ -353,4 +355,4 @@ def unregister():
bpy.types.INFO_MT_curve_add.remove(torus_knot_plus_button)
if __name__ == "__main__":
- register() \ No newline at end of file
+ register()