[Bf-extensions-cvs] [79a5d288] master: object addons: update manual links

meta-androcto noreply at git.blender.org
Sun Dec 1 02:32:00 CET 2019


Commit: 79a5d288951bd94ece33e4b11fb733fb14dfe939
Author: meta-androcto
Date:   Sun Dec 1 12:31:38 2019 +1100
Branches: master
https://developer.blender.org/rBA79a5d288951bd94ece33e4b11fb733fb14dfe939

object addons: update manual links

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

M	object_color_rules.py
M	object_edit_linked.py
M	object_skinify.py

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

diff --git a/object_color_rules.py b/object_color_rules.py
index a1ba787b..b877caec 100644
--- a/object_color_rules.py
+++ b/object_color_rules.py
@@ -23,6 +23,8 @@ bl_info = {
     "blender": (2, 80, 0),
     "location": "Properties > Object Buttons",
     "description": "Rules for assigning object color (for object & wireframe colors).",
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+                "object/color_rules.html",
     "category": "Object",
 }
 
diff --git a/object_edit_linked.py b/object_edit_linked.py
index 2c44fd90..01184dbb 100644
--- a/object_edit_linked.py
+++ b/object_edit_linked.py
@@ -24,8 +24,8 @@ bl_info = {
     "blender": (2, 80, 0),
     "location": "File > External Data / View3D > Sidebar > Item Tab",
     "description": "Allows editing of objects linked from a .blend library.",
-    "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
-                "Scripts/Object/Edit_Linked_Library",
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+                "object/edit_linked_library.html",
     "category": "Object",
 }
 
diff --git a/object_skinify.py b/object_skinify.py
index 241ea34c..594d6183 100644
--- a/object_skinify.py
+++ b/object_skinify.py
@@ -24,8 +24,8 @@ bl_info = {
     "location": "Pose Mode > Sidebar > Create Tab",
     "description": "Creates a mesh object from selected bones",
     "warning": "Work in progress",
-    "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
-                "Py/Scripts/Object/Skinify",
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+                "object/skinify.html",
     "category": "Object"}
 
 import bpy



More information about the Bf-extensions-cvs mailing list