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 04:40:17 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-12-01 04:40:17 +0300
commit74226190182a94ce190a172d098ad76183bb4aa9 (patch)
tree66d344ae3d931fe65a91e1217340cacf932d2bd0 /space_view3d_align_tools.py
parent79a5d288951bd94ece33e4b11fb733fb14dfe939 (diff)
align tools: add manual link
Diffstat (limited to 'space_view3d_align_tools.py')
-rw-r--r--space_view3d_align_tools.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/space_view3d_align_tools.py b/space_view3d_align_tools.py
index de5192e3..6ae21e0b 100644
--- a/space_view3d_align_tools.py
+++ b/space_view3d_align_tools.py
@@ -26,9 +26,8 @@ bl_info = {
"location": "View3D > Sidebar > Item Tab",
"description": "Align Selected Objects to Active Object",
"warning": "",
- "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/3D interaction/Align_Tools",
- "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "object/align_tools.html",
"category": "Object",
}