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-12-01 03:35:24 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-12-01 03:35:24 +0300
commit494a138bdeec9aca06bfaece36e4332b6476d21e (patch)
tree74f15fda12826801099cdb48391e4232b4f62593 /mesh_tools
parent64c72dd397b6241ab74de2012bde72f163c038a5 (diff)
mesh addons: add manual links
Diffstat (limited to 'mesh_tools')
-rw-r--r--mesh_tools/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesh_tools/__init__.py b/mesh_tools/__init__.py
index e39b2a5e..13238e50 100644
--- a/mesh_tools/__init__.py
+++ b/mesh_tools/__init__.py
@@ -29,8 +29,8 @@ bl_info = {
"location": "View3D > Sidebar > Edit Tab / Edit Mode Context Menu",
"warning": "",
"description": "Mesh modelling toolkit. Several tools to aid modelling",
- "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
- "Py/Scripts/Modeling/Extra_Tools",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "mesh/edit_mesh_tools.html",
"category": "Mesh",
}