[Bf-extensions-cvs] [b2fcb65f] master: xoffsets: added wiki url to bl_info

NBurn noreply at git.blender.org
Thu May 25 21:59:13 CEST 2017


Commit: b2fcb65f1c657ba0dccfe1939e3e3e8a41171b74
Author: NBurn
Date:   Thu May 25 15:56:32 2017 -0400
Branches: master
https://developer.blender.org/rBACb2fcb65f1c657ba0dccfe1939e3e3e8a41171b74

xoffsets: added wiki url to bl_info

===================================================================

M	mesh_xoffsets.py

===================================================================

diff --git a/mesh_xoffsets.py b/mesh_xoffsets.py
index 223ec396..fc046f62 100644
--- a/mesh_xoffsets.py
+++ b/mesh_xoffsets.py
@@ -51,6 +51,7 @@ bl_info = {
     "blender": (2, 7, 7),
     "location": "View3D",
     "description": "Tool for precisely setting distance, scale, and rotation of mesh geometry",
+    "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Mesh/Exact_Offsets",
     "category": "Mesh"
 }



More information about the Bf-extensions-cvs mailing list