[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3767] contrib/py/scripts/addons: fix wiki/tracker links

Brendon Murphy meta.androcto1 at gmail.com
Wed Sep 19 09:46:41 CEST 2012


Revision: 3767
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3767
Author:   meta-androcto
Date:     2012-09-19 07:46:40 +0000 (Wed, 19 Sep 2012)
Log Message:
-----------
fix wiki/tracker links

Modified Paths:
--------------
    contrib/py/scripts/addons/mesh_normal_smooth.py
    contrib/py/scripts/addons/mesh_show_vgroup_weights.py

Modified: contrib/py/scripts/addons/mesh_normal_smooth.py
===================================================================
--- contrib/py/scripts/addons/mesh_normal_smooth.py	2012-09-19 06:26:55 UTC (rev 3766)
+++ contrib/py/scripts/addons/mesh_normal_smooth.py	2012-09-19 07:46:40 UTC (rev 3767)
@@ -29,8 +29,10 @@
     "location": "View3D > Specials > Normal Smooth ",
     "description": "Smooth the vertex position based on the normals",
     "warning": "",
-    "wiki_url": "",
-    "tracker_url": "",
+    "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
+        "Scripts",
+    "tracker_url": "http://projects.blender.org/tracker/index.php?"\
+        "func=detail&aid=32587",
     "category": "Mesh"}
     
 """

Modified: contrib/py/scripts/addons/mesh_show_vgroup_weights.py
===================================================================
--- contrib/py/scripts/addons/mesh_show_vgroup_weights.py	2012-09-19 06:26:55 UTC (rev 3766)
+++ contrib/py/scripts/addons/mesh_show_vgroup_weights.py	2012-09-19 07:46:40 UTC (rev 3767)
@@ -27,8 +27,10 @@
     "location": "3D View > Properties Region > Show Weights",
     "description": "Finds the vertex groups of a selected vertex and displays the corresponding weights",
     "warning": "Requires bmesh",
-    "wiki_url": "http://wiki.blender.org/index.php?title=Extensions:2.6/Py/Scripts/Modeling/Show_Vertex_Group_Weights",
-    "tracker_url": "http://projects.blender.org/tracker/index.php?func=detail&aid=30609&group_id=153&atid=467",
+    "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
+        "Scripts/Modeling/Show_Vertex_Group_Weights",
+    "tracker_url": "http://projects.blender.org/tracker/index.php?"\
+        "func=detail&aid=30609",
     "category": "Mesh"}
 
 #TODO - Add button for selecting vertices with no groups



More information about the Bf-extensions-cvs mailing list