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:
Diffstat (limited to 'curve_simplify.py')
-rw-r--r--curve_simplify.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/curve_simplify.py b/curve_simplify.py
index d2268849..b2a74b7f 100644
--- a/curve_simplify.py
+++ b/curve_simplify.py
@@ -26,6 +26,8 @@ bl_addon_info = {
'location': 'Toolshelf > search > simplify curves',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Curve/Curve_Simplify',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=22327&group_id=153&atid=468',
'description': 'this script simplifies curves',
'category': 'Add Curve'}
####################################################
@@ -399,4 +401,4 @@ def unregister():
bpy.types.unregister(CURVE_OT_simplify)
if __name__ == "__main__":
- register() \ No newline at end of file
+ register()