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:
authormeta-androcto <meta.androcto1@gmail.com>2019-11-13 03:39:57 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-11-13 03:39:57 +0300
commit8f7099ad199a6d457dba848d0d114d5b61fa8145 (patch)
tree5a9688c90117eb68363688b6af3c88ebac754e08 /add_mesh_extra_objects
parent39879544215cf57a079aee3be9ef66e6a67d66c3 (diff)
mesh extra objects: add manual link
Diffstat (limited to 'add_mesh_extra_objects')
-rw-r--r--add_mesh_extra_objects/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py
index 45e6d333..b7a532d4 100644
--- a/add_mesh_extra_objects/__init__.py
+++ b/add_mesh_extra_objects/__init__.py
@@ -30,8 +30,8 @@ bl_info = {
"location": "View3D > Add > Mesh",
"description": "Add extra mesh object types",
"warning": "",
- "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
- "Py/Scripts/Add_Mesh/Add_Extra",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "add_mesh/mesh_extra_objects.html",
"category": "Add Mesh",
}