io. more manual links

This commit is contained in:
Brendon Murphy 2019-12-12 20:50:47 +11:00
parent deebf48899
commit cf530a29df
5 changed files with 10 additions and 9 deletions

View File

@ -26,8 +26,8 @@ bl_info = {
"location": "File > Export > Cameras & Markers (.py)",
"description": "Export Cameras & Markers (.py)",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/Camera_Animation",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"import_export/anim_camera.html",
"support": 'OFFICIAL',
"category": "Import-Export",
}

View File

@ -18,8 +18,8 @@ bl_info = {
"warning": "",
"description": "Export printable net of the active mesh",
"category": "Import-Export",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/Paper_Model"
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"import_export/paper_model.html",
}
# Task: split into four files (SVG and PDF separately)

View File

@ -24,8 +24,8 @@ bl_info = {
"location": "File > Export > Pointcache (.pc2)",
"description": "Export mesh Pointcache data (.pc2)",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/PC2_Pointcache_export",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"import_export/pc2.html",
"category": "Import-Export"}
"""

View File

@ -27,8 +27,8 @@ bl_info = {
"description": "Imports images and creates planes with the appropriate aspect ratio. "
"The images are mapped to the planes.",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Add_Mesh/Planes_from_Images",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"import_export/images_as_planes.html",
"support": 'OFFICIAL',
"category": "Import-Export",
}

View File

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