[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3765] contrib/py/scripts/addons: fix wiki & tracker url's

Brendon Murphy meta.androcto1 at gmail.com
Wed Sep 19 08:17:03 CEST 2012


Revision: 3765
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3765
Author:   meta-androcto
Date:     2012-09-19 06:17:00 +0000 (Wed, 19 Sep 2012)
Log Message:
-----------
fix wiki & tracker url's

Modified Paths:
--------------
    contrib/py/scripts/addons/mesh_edgetools.py
    contrib/py/scripts/addons/mesh_extrude_along_curve.py

Modified: contrib/py/scripts/addons/mesh_edgetools.py
===================================================================
--- contrib/py/scripts/addons/mesh_edgetools.py	2012-09-19 05:43:43 UTC (rev 3764)
+++ contrib/py/scripts/addons/mesh_edgetools.py	2012-09-19 06:17:00 UTC (rev 3765)
@@ -76,7 +76,8 @@
     '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

Modified: contrib/py/scripts/addons/mesh_extrude_along_curve.py
===================================================================
--- contrib/py/scripts/addons/mesh_extrude_along_curve.py	2012-09-19 05:43:43 UTC (rev 3764)
+++ contrib/py/scripts/addons/mesh_extrude_along_curve.py	2012-09-19 06:17:00 UTC (rev 3765)
@@ -27,8 +27,9 @@
     "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"}
 
 



More information about the Bf-extensions-cvs mailing list