diff --git a/mesh_edgetools.py b/mesh_edgetools.py index 5cf4b84d74193c27154008c7af63a503efeeb387..fd46d9a3cb6224f41396b8070bd9ebc5f8eba926 100644 --- a/mesh_edgetools.py +++ b/mesh_edgetools.py @@ -76,7 +76,8 @@ bl_info = { 'warning': "", 'description': "CAD style edge manipulation tools", 'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Modeling/EdgeTools", - 'tracker_url': "https://blenderpython.svn.sourceforge.net/svnroot/blenderpython/scripts_library/scripts/addons_extern/mesh_edgetools.py", + 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\ + 'func=detail&aid=31566', 'category': 'Mesh'} import bpy, bmesh, mathutils diff --git a/mesh_extrude_along_curve.py b/mesh_extrude_along_curve.py index 806736d21bded947d119213d540408ad2bb93eed..ee1321aaaef25fda506378763941016b82a455b6 100644 --- a/mesh_extrude_along_curve.py +++ b/mesh_extrude_along_curve.py @@ -27,8 +27,9 @@ bl_info = { "location": "", "description": "Extrude a face along a Bezier Curve", "warning": "", - "wiki_url": "", - "tracker_url": "", + 'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts", + 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\ + 'func=detail&aid=32585', "category": "Mesh"}