Skip to content
Snippets Groups Projects
Commit ec508e9f authored by Brendon Murphy's avatar Brendon Murphy
Browse files

fix wiki & tracker url's

parent 49b8ddaa
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,8 @@ bl_info = { ...@@ -76,7 +76,8 @@ bl_info = {
'warning': "", 'warning': "",
'description': "CAD style edge manipulation tools", 'description': "CAD style edge manipulation tools",
'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Modeling/EdgeTools", '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'} 'category': 'Mesh'}
import bpy, bmesh, mathutils import bpy, bmesh, mathutils
......
...@@ -27,8 +27,9 @@ bl_info = { ...@@ -27,8 +27,9 @@ bl_info = {
"location": "", "location": "",
"description": "Extrude a face along a Bezier Curve", "description": "Extrude a face along a Bezier Curve",
"warning": "", "warning": "",
"wiki_url": "", 'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts",
"tracker_url": "", 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
'func=detail&aid=32585',
"category": "Mesh"} "category": "Mesh"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment