object addons: update manual links

This commit is contained in:
Brendon Murphy 2019-12-01 12:31:38 +11:00
parent 76149b99be
commit 79a5d28895
3 changed files with 6 additions and 4 deletions

View File

@ -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",
}

View File

@ -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",
}

View File

@ -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