[Bf-extensions-cvs] [cf530a29] master: io. more manual links

meta-androcto noreply at git.blender.org
Thu Dec 12 10:51:12 CET 2019


Commit: cf530a29dffbae21935bb3ebfef11706bac99dcf
Author: meta-androcto
Date:   Thu Dec 12 20:50:47 2019 +1100
Branches: master
https://developer.blender.org/rBAcf530a29dffbae21935bb3ebfef11706bac99dcf

io. more manual links

===================================================================

M	io_anim_camera.py
M	io_export_paper_model.py
M	io_export_pc2.py
M	io_import_images_as_planes.py
M	io_scene_fbx/__init__.py

===================================================================

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",
 }



More information about the Bf-extensions-cvs mailing list