io addons fix 404 manual links

This commit is contained in:
Brendon Murphy 2019-12-12 21:23:33 +11:00
parent cf530a29df
commit 3ebb4ed57f
9 changed files with 18 additions and 10 deletions

View File

@ -26,8 +26,8 @@ bl_info = {
"location": "File > Import/Export > Nuke (.chan)",
"description": "Import/Export object's animation with nuke",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/Nuke",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"import_export/anim_nuke_chan.html",
"category": "Import-Export",
}

View File

@ -25,7 +25,8 @@ bl_info = {
"location": "File > Import > Scalable Vector Graphics (.svg)",
"description": "Import SVG as curves",
"warning": "",
"wiki_url": "https://docs.blender.org/manual/en/latest/addons/io_curve_svg.html",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"import_export/io_curve_svg.html",
"support": 'OFFICIAL',
"category": "Import-Export",
}

View File

@ -26,6 +26,8 @@ bl_info = {
"location": "File > Import",
"description": "Import Palettes",
"warning": "",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"import_export/io_palettes.html",
"category": "Import-Export"}
import sys

View File

@ -25,7 +25,8 @@ bl_info = {
"blender": (2, 82, 0),
"location": "File > Import-Export",
"description": "Import-Export PLY mesh data with UVs and vertex colors",
"wiki_url": "https://docs.blender.org/manual/en/latest/addons/io_mesh_ply.html",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"import_export/io_mesh_ply.html",
"support": 'OFFICIAL',
"category": "Import-Export",
}

View File

@ -25,7 +25,8 @@ bl_info = {
"blender": (2, 81, 6),
"location": "File > Import-Export",
"description": "Import-Export STL files",
"wiki_url": "https://docs.blender.org/manual/en/latest/addons/io_mesh_stl.html",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"import_export/io_mesh_stl.html",
"support": 'OFFICIAL',
"category": "Import-Export",
}

View File

@ -26,7 +26,8 @@ bl_info = {
"location": "Image-Window > UVs > Export UV Layout",
"description": "Export the UV layout as a 2D graphic",
"warning": "",
"wiki_url": "https://docs.blender.org/manual/en/latest/addons/io_mesh_uv_layout.html",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"import_export/io_mesh_uv_layout.html",
"support": 'OFFICIAL',
"category": "Import-Export",
}

View File

@ -26,7 +26,8 @@ bl_info = {
"location": "File > Import-Export",
"description": "Import-Export OBJ, Import OBJ mesh, UV's, materials and textures",
"warning": "",
"wiki_url": "https://docs.blender.org/manual/en/latest/addons/io_scene_obj.html",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"import_export/io_scene_obj.html",
"support": 'OFFICIAL',
"category": "Import-Export"}

View File

@ -26,7 +26,8 @@ bl_info = {
"location": "File > Import-Export",
"description": "Import-Export X3D, Import VRML2",
"warning": "",
"wiki_url": "https://docs.blender.org/manual/en/latest/addons/io_scene_x3d.html",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"import_export/io_scene_x3d.html",
"category": "Import-Export",
}

View File

@ -26,8 +26,8 @@ bl_info = {
"location": "File > Import-Export",
"description": "Import-Export MDD as mesh shape keys",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/NewTek_OBJ",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"import_export/shape_mdd.html",
"support": 'OFFICIAL',
"category": "Import-Export"}