From 79a5d288951bd94ece33e4b11fb733fb14dfe939 Mon Sep 17 00:00:00 2001 From: meta-androcto <meta.androcto1@gmail.com> Date: Sun, 1 Dec 2019 12:31:38 +1100 Subject: [PATCH] object addons: update manual links --- object_color_rules.py | 2 ++ object_edit_linked.py | 4 ++-- object_skinify.py | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/object_color_rules.py b/object_color_rules.py index a1ba787b1..b877caec3 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 2c44fd907..01184dbbb 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 241ea34cf..594d61831 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 -- GitLab