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-12 12:50:47 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-12-12 12:50:47 +0300
commitcf530a29dffbae21935bb3ebfef11706bac99dcf (patch)
tree5a1ff854afb3f509a555e71a3ffb177d1227efbb
parentdeebf4889974175ea2387dee5653257528161c03 (diff)
io. more manual links
-rw-r--r--io_anim_camera.py4
-rw-r--r--io_export_paper_model.py4
-rw-r--r--io_export_pc2.py4
-rw-r--r--io_import_images_as_planes.py4
-rw-r--r--io_scene_fbx/__init__.py3
5 files changed, 10 insertions, 9 deletions
diff --git a/io_anim_camera.py b/io_anim_camera.py
index b382a32d..1c77c361 100644
--- a/io_anim_camera.py
+++ b/io_anim_camera.py
@@ -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",
}
diff --git a/io_export_paper_model.py b/io_export_paper_model.py
index fab7db14..1b7a3994 100644
--- a/io_export_paper_model.py
+++ b/io_export_paper_model.py
@@ -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)
diff --git a/io_export_pc2.py b/io_export_pc2.py
index a5ad1b0c..9cb04769 100644
--- a/io_export_pc2.py
+++ b/io_export_pc2.py
@@ -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"}
"""
diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py
index 2cc6daf2..4efe480f 100644
--- a/io_import_images_as_planes.py
+++ b/io_import_images_as_planes.py
@@ -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",
}
diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index a381d83b..6678e1eb 100644
--- a/io_scene_fbx/__init__.py
+++ b/io_scene_fbx/__init__.py
@@ -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",
}