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:
authorCampbell Barton <ideasman42@gmail.com>2020-03-05 04:14:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-05 04:14:43 +0300
commitbb977fbc723c44333f33b6d5617354240ac9c9b7 (patch)
treeb7d8dc7f894d16ff2701cefde2120e65fc38dcef /add_mesh_extra_objects
parentf4e12a20f5d0362091ed0f895b8ec902e65c82a5 (diff)
Update 'bl_info' use 'doc_url' instead of 'wiki_url'
Diffstat (limited to 'add_mesh_extra_objects')
-rw-r--r--add_mesh_extra_objects/__init__.py4
-rw-r--r--add_mesh_extra_objects/add_mesh_rocks/__init__.py5
-rw-r--r--add_mesh_extra_objects/add_mesh_triangles.py7
3 files changed, 9 insertions, 7 deletions
diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py
index 14a0398b..cea0cb2d 100644
--- a/add_mesh_extra_objects/__init__.py
+++ b/add_mesh_extra_objects/__init__.py
@@ -31,8 +31,8 @@ bl_info = {
"location": "View3D > Add > Mesh",
"description": "Add extra mesh object types",
"warning": "",
- "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
- "add_mesh/mesh_extra_objects.html",
+ "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "add_mesh/mesh_extra_objects.html",
"category": "Add Mesh",
}
diff --git a/add_mesh_extra_objects/add_mesh_rocks/__init__.py b/add_mesh_extra_objects/add_mesh_rocks/__init__.py
index 6b0218dd..40c52584 100644
--- a/add_mesh_extra_objects/add_mesh_rocks/__init__.py
+++ b/add_mesh_extra_objects/add_mesh_rocks/__init__.py
@@ -39,10 +39,11 @@ bl_info = {
"blender": (2, 80, 0),
"location": "View3D > Add > Rock Generator",
"description": "Adds a mesh rock to the Add Mesh menu",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
+ "doc_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Add_Mesh/Rock_Generator",
"tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
- "category": "Add Mesh"}
+ "category": "Add Mesh",
+}
if "bpy" in locals():
import importlib
diff --git a/add_mesh_extra_objects/add_mesh_triangles.py b/add_mesh_extra_objects/add_mesh_triangles.py
index 64a56ef2..5373c5fb 100644
--- a/add_mesh_extra_objects/add_mesh_triangles.py
+++ b/add_mesh_extra_objects/add_mesh_triangles.py
@@ -8,9 +8,10 @@ bl_info = {
"blender": (2, 68, 0),
"location": "View3D > Add > Mesh",
"warning": "First Version",
- "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Triangles",
- "category": "Add Mesh"}
+ "doc_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
+ "Scripts/Triangles",
+ "category": "Add Mesh",
+}
"""
This script provides a triangle mesh primitive