Update wiki_url to new manual pages

This commit is contained in:
Aaron Carlisle 2019-07-14 20:02:25 -04:00
parent 20677f4ae5
commit 38bdfc0357
10 changed files with 10 additions and 16 deletions

View File

@ -26,10 +26,7 @@ bl_info = {
"location": "File > Import-Export",
"description": "Import-Export BVH from armature objects",
"warning": "",
"wiki_url": (
"http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/BVH_Importer_Exporter"
),
"wiki_url": "https://docs.blender.org/manual/en/latest/addons/io_anim_bvh.html",
"support": 'OFFICIAL',
"category": "Import-Export",
}

View File

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

View File

@ -26,8 +26,7 @@ bl_info = {
"location": "File > Import-Export",
"description": "Import-Export PLY mesh data with UV's and vertex colors",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/Stanford_PLY",
"wiki_url": "https://docs.blender.org/manual/en/latest/addons/io_mesh_ply.html",
"support": 'OFFICIAL',
"category": "Import-Export",
}

View File

@ -26,8 +26,7 @@ bl_info = {
"location": "File > Import-Export > Stl",
"description": "Import-Export STL files",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/STL",
"wiki_url": "https://docs.blender.org/manual/en/latest/addons/io_mesh_stl.html",
"support": 'OFFICIAL',
"category": "Import-Export",
}

View File

@ -26,7 +26,7 @@ bl_info = {
"location": "Image-Window > UVs > Export UV Layout",
"description": "Export the UV layout as a 2D graphic",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/UV_Layout",
"wiki_url": "https://docs.blender.org/manual/en/latest/addons/io_mesh_uv_layout.html",
"support": 'OFFICIAL',
"category": "Import-Export",
}

View File

@ -26,7 +26,7 @@ bl_info = {
"location": "File > Import-Export",
"description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/Autodesk_FBX",
"wiki_url": "https://docs.blender.org/manual/en/latest/addons/io_scene_fbx.html",
"support": 'OFFICIAL',
"category": "Import-Export",
}

View File

@ -20,7 +20,7 @@ bl_info = {
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',
'warning': '',
'wiki_url': "https://docs.blender.org/manual/en/latest/addons/io_gltf2.html",
'wiki_url': "https://docs.blender.org/manual/en/latest/addons/io_scene_gltf2.html",
'tracker_url': "https://github.com/KhronosGroup/glTF-Blender-IO/issues/",
'support': 'OFFICIAL',
'category': 'Import-Export',

View File

@ -26,7 +26,7 @@ bl_info = {
"location": "File > Import-Export",
"description": "Import-Export OBJ, Import OBJ mesh, UV's, materials and textures",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/Wavefront_OBJ",
"wiki_url": "https://docs.blender.org/manual/en/latest/addons/io_scene_obj.html",
"support": 'OFFICIAL',
"category": "Import-Export"}

View File

@ -26,7 +26,7 @@ bl_info = {
"location": "File > Import-Export",
"description": "Import-Export X3D, Import VRML2",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/Web3D",
"wiki_url": "https://docs.blender.org/manual/en/latest/addons/io_scene_x3d.html",
"support": 'OFFICIAL',
"category": "Import-Export",
}

View File

@ -26,7 +26,7 @@ bl_info = {
"location": "Properties > Render > Freestyle SVG Export",
"description": "Exports Freestyle's stylized edges in SVG format",
"warning": "",
"wiki_url": "",
"wiki_url": "https://docs.blender.org/manual/en/latest/addons/render_freestyle_svg.html",
"category": "Render",
}