From 9a70e1f4f5975d7c4b1a37dc77b56ef8642fcd6c Mon Sep 17 00:00:00 2001 From: Ivo Grigull <Monkeyloo@gmx.net> Date: Wed, 29 Dec 2010 20:36:04 +0000 Subject: [PATCH] corrective shape key addon: Fixed tracker url --- animation_add_corrective_shape_key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animation_add_corrective_shape_key.py b/animation_add_corrective_shape_key.py index 7823c061e..5b990c890 100644 --- a/animation_add_corrective_shape_key.py +++ b/animation_add_corrective_shape_key.py @@ -26,7 +26,7 @@ bl_addon_info = { "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\ "Scripts/Animation/Corrective_Shape_Key", "tracker_url": "https://projects.blender.org/tracker/index.php?"\ - "func=detail&aid=22129&group_id=153&atid=468", + "func=detail&aid=22129&group_id=153&atid=469", 'category': 'Animation'} """ -- GitLab