From 02af4afa17d7bc548a77ef15fd0e3c9b0115b7d5 Mon Sep 17 00:00:00 2001 From: Luca Bonavita Date: Sun, 30 May 2010 21:13:24 +0000 Subject: == 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 --- add_curve_aceous_galore.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'add_curve_aceous_galore.py') 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 -- cgit v1.2.3