[Bf-extensions-cvs] [494a138b] master: mesh addons: add manual links

meta-androcto noreply at git.blender.org
Sun Dec 1 01:35:39 CET 2019


Commit: 494a138bdeec9aca06bfaece36e4332b6476d21e
Author: meta-androcto
Date:   Sun Dec 1 11:35:24 2019 +1100
Branches: master
https://developer.blender.org/rBA494a138bdeec9aca06bfaece36e4332b6476d21e

mesh addons: add manual links

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

M	mesh_auto_mirror.py
M	mesh_f2.py
M	mesh_inset/__init__.py
M	mesh_looptools.py
M	mesh_tools/__init__.py

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

diff --git a/mesh_auto_mirror.py b/mesh_auto_mirror.py
index 6ec0c059..384fb37b 100644
--- a/mesh_auto_mirror.py
+++ b/mesh_auto_mirror.py
@@ -14,8 +14,8 @@ bl_info = {
     "blender": (2, 80, 0),
     "location": "View 3D > Sidebar > Edit Tab > AutoMirror (panel)",
     "warning": "",
-    "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
-                "Py/Scripts/Modeling/AutoMirror",
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+                "mesh/auto_mirror.html",
     "category": "Mesh"}
 
 
diff --git a/mesh_f2.py b/mesh_f2.py
index c6dc74a6..3c837885 100644
--- a/mesh_f2.py
+++ b/mesh_f2.py
@@ -29,8 +29,8 @@ bl_info = {
     "location": "Editmode > F",
     "warning": "",
     "description": "Extends the 'Make Edge/Face' functionality",
-    "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
-                "Scripts/Modeling/F2",
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+                "mesh/f2.html",
     "category": "Mesh",
 }
 
diff --git a/mesh_inset/__init__.py b/mesh_inset/__init__.py
index e8338d92..e54a91ce 100644
--- a/mesh_inset/__init__.py
+++ b/mesh_inset/__init__.py
@@ -26,8 +26,8 @@ bl_info = {
     "location": "3DView Operator",
     "description": "Make an inset inside selection using straight skeleton algorithm.",
     "warning": "",
-    "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
-                "Scripts/Modeling/Inset-Polygon",
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+                "mesh/inset_straight_skeleton.html",
     "category": "Mesh"}
 
 
diff --git a/mesh_looptools.py b/mesh_looptools.py
index 90c914cd..fea829dd 100644
--- a/mesh_looptools.py
+++ b/mesh_looptools.py
@@ -24,8 +24,8 @@ bl_info = {
     "location": "View3D > Sidebar > Edit Tab / Edit Mode Context Menu",
     "warning": "",
     "description": "Mesh modelling toolkit. Several tools to aid modelling",
-    "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
-                "Scripts/Modeling/LoopTools",
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+                "mesh/looptools.html",
     "category": "Mesh",
 }
 
diff --git a/mesh_tools/__init__.py b/mesh_tools/__init__.py
index e39b2a5e..13238e50 100644
--- a/mesh_tools/__init__.py
+++ b/mesh_tools/__init__.py
@@ -29,8 +29,8 @@ bl_info = {
     "location": "View3D > Sidebar > Edit Tab / Edit Mode Context Menu",
     "warning": "",
     "description": "Mesh modelling toolkit. Several tools to aid modelling",
-    "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
-                "Py/Scripts/Modeling/Extra_Tools",
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+                "mesh/edit_mesh_tools.html",
     "category": "Mesh",
 }



More information about the Bf-extensions-cvs mailing list