Skip to content
Snippets Groups Projects
Commit 79a5d288 authored by meta-androcto's avatar meta-androcto
Browse files

object addons: update manual links

parent 76149b99
Branches
Tags
No related merge requests found
...@@ -23,6 +23,8 @@ bl_info = { ...@@ -23,6 +23,8 @@ bl_info = {
"blender": (2, 80, 0), "blender": (2, 80, 0),
"location": "Properties > Object Buttons", "location": "Properties > Object Buttons",
"description": "Rules for assigning object color (for object & wireframe colors).", "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", "category": "Object",
} }
......
...@@ -24,8 +24,8 @@ bl_info = { ...@@ -24,8 +24,8 @@ bl_info = {
"blender": (2, 80, 0), "blender": (2, 80, 0),
"location": "File > External Data / View3D > Sidebar > Item Tab", "location": "File > External Data / View3D > Sidebar > Item Tab",
"description": "Allows editing of objects linked from a .blend library.", "description": "Allows editing of objects linked from a .blend library.",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"Scripts/Object/Edit_Linked_Library", "object/edit_linked_library.html",
"category": "Object", "category": "Object",
} }
......
...@@ -24,8 +24,8 @@ bl_info = { ...@@ -24,8 +24,8 @@ bl_info = {
"location": "Pose Mode > Sidebar > Create Tab", "location": "Pose Mode > Sidebar > Create Tab",
"description": "Creates a mesh object from selected bones", "description": "Creates a mesh object from selected bones",
"warning": "Work in progress", "warning": "Work in progress",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/" "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"Py/Scripts/Object/Skinify", "object/skinify.html",
"category": "Object"} "category": "Object"}
import bpy import bpy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment