Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--object_color_rules.py2
-rw-r--r--object_edit_linked.py4
-rw-r--r--object_skinify.py4
3 files changed, 6 insertions, 4 deletions
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