Skip to content
Snippets Groups Projects
Commit 50938f89 authored by meta-androcto's avatar meta-androcto
Browse files

3d view addons: add manual links

parent 2476c0b4
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ bl_info = {
"version": (1, 8, 1),
"blender": (2, 80, 0),
"description": "Tools for measuring objects.",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
"Py/Scripts/3D_interaction/Measureit",
"wiki_url": "https://docs.blender.org/manual/nb/dev/addons"
"/3d_view/measureit.html",
"category": "3D View"
}
......
......@@ -30,8 +30,8 @@ bl_info = {
"location": "View3D > Sidebar > View Tab",
"description": "Navigate the Camera & 3D View from the Toolshelf",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/3D_interaction/3D_Navigation",
"wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
"3d_view/3d_navigation.html",
"category": "3D View",
}
......
......@@ -25,8 +25,8 @@ bl_info = {
"blender": (2, 80, 0),
"location": "Properties: Scene > Math Vis Console and Python Console: Menu",
"description": "Display console defined mathutils variables in the 3D view",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/3D_interaction/Math_Viz",
"wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
"3d_view/math_vis_console.html",
"support": "OFFICIAL",
"category": "3D View",
}
......
......@@ -24,8 +24,8 @@ bl_info = {
"blender": (2, 80, 0),
"location": "View3D > Sidebar > View > Stored Views",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.5/"
"Py/Scripts/3D_interaction/stored_views",
"wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
"3d_view/stored_views.html",
"category": "3D View"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment