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:
-rw-r--r--add_curve_aceous_galore.py2
-rw-r--r--add_curve_torus_knots.py4
2 files changed, 5 insertions, 1 deletions
diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index 89df09a1..4e2d8532 100644
--- a/add_curve_aceous_galore.py
+++ b/add_curve_aceous_galore.py
@@ -24,6 +24,8 @@ bl_addon_info = {
'description': 'adds many types of curves',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Curve/Curves_Galore',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=22404&group_id=153&atid=469',
'category': 'Add Curve'}
##------------------------------------------------------------
#### import modules
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()