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_looptools.py
parent64c72dd397b6241ab74de2012bde72f163c038a5 (diff)
mesh addons: add manual links
Diffstat (limited to 'mesh_looptools.py')
-rw-r--r--mesh_looptools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesh_looptools.py b/mesh_looptools.py
index 90c914cd..fea829dd 100644
--- a/mesh_looptools.py
+++ b/mesh_looptools.py
@@ -24,8 +24,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/LoopTools",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "mesh/looptools.html",
"category": "Mesh",
}