[Bf-extensions-cvs] [bf2cf4d6] master: Fix IO Addond Manual Links

Aaron Carlisle noreply at git.blender.org
Thu Mar 5 03:48:40 CET 2020


Commit: bf2cf4d6010b7efee66da47d3f0b50f9e43a2b24
Author: Aaron Carlisle
Date:   Wed Mar 4 21:47:51 2020 -0500
Branches: master
https://developer.blender.org/rBAbf2cf4d6010b7efee66da47d3f0b50f9e43a2b24

Fix IO Addond Manual Links

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

M	io_anim_bvh/__init__.py
M	io_curve_svg/__init__.py
M	io_import_palette/__init__.py
M	io_mesh_ply/__init__.py
M	io_mesh_stl/__init__.py
M	io_mesh_uv_layout/__init__.py
M	io_scene_fbx/__init__.py
M	io_scene_obj/__init__.py
M	io_scene_x3d/__init__.py

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

diff --git a/io_anim_bvh/__init__.py b/io_anim_bvh/__init__.py
index 6959d28e..1065b25f 100644
--- a/io_anim_bvh/__init__.py
+++ b/io_anim_bvh/__init__.py
@@ -27,7 +27,7 @@ bl_info = {
     "description": "Import-Export BVH from armature objects",
     "warning": "",
     "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "import_export/io_anim_bvh.html",
+               "import_export/anim_bvh.html",
     "support": 'OFFICIAL',
     "category": "Import-Export",
 }
diff --git a/io_curve_svg/__init__.py b/io_curve_svg/__init__.py
index 3e75f413..a7a3fe3a 100644
--- a/io_curve_svg/__init__.py
+++ b/io_curve_svg/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
     "description": "Import SVG as curves",
     "warning": "",
     "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "import_export/io_curve_svg.html",
+               "import_export/curve_svg.html",
     "support": 'OFFICIAL',
     "category": "Import-Export",
 }
diff --git a/io_import_palette/__init__.py b/io_import_palette/__init__.py
index 3bf29749..e8f03185 100644
--- a/io_import_palette/__init__.py
+++ b/io_import_palette/__init__.py
@@ -27,7 +27,7 @@ bl_info = {
     "description": "Import Palettes",
     "warning": "",
     "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "import_export/io_palettes.html",
+               "import_export/palettes.html",
     "category": "Import-Export",
 }
 
diff --git a/io_mesh_ply/__init__.py b/io_mesh_ply/__init__.py
index 805c559a..86ab7999 100644
--- a/io_mesh_ply/__init__.py
+++ b/io_mesh_ply/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
     "location": "File > Import-Export",
     "description": "Import-Export PLY mesh data with UVs and vertex colors",
     "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "import_export/io_mesh_ply.html",
+               "import_export/mesh_ply.html",
     "support": 'OFFICIAL',
     "category": "Import-Export",
 }
diff --git a/io_mesh_stl/__init__.py b/io_mesh_stl/__init__.py
index 04e43d17..17af58f1 100644
--- a/io_mesh_stl/__init__.py
+++ b/io_mesh_stl/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
     "location": "File > Import-Export",
     "description": "Import-Export STL files",
     "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "import_export/io_mesh_stl.html",
+               "import_export/mesh_stl.html",
     "support": 'OFFICIAL',
     "category": "Import-Export",
 }
diff --git a/io_mesh_uv_layout/__init__.py b/io_mesh_uv_layout/__init__.py
index ae7f6f41..b376fda4 100644
--- a/io_mesh_uv_layout/__init__.py
+++ b/io_mesh_uv_layout/__init__.py
@@ -27,7 +27,7 @@ bl_info = {
     "description": "Export the UV layout as a 2D graphic",
     "warning": "",
     "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "import_export/io_mesh_uv_layout.html",
+               "import_export/mesh_uv_layout.html",
     "support": 'OFFICIAL',
     "category": "Import-Export",
 }
diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index d4323588..dcffe3ab 100644
--- a/io_scene_fbx/__init__.py
+++ b/io_scene_fbx/__init__.py
@@ -27,7 +27,7 @@ bl_info = {
     "description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",
     "warning": "",
     "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "import_export/io_scene_fbx.html",
+               "import_export/scene_fbx.html",
     "support": 'OFFICIAL',
     "category": "Import-Export",
 }
diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index 8317dceb..7cd0f72f 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -27,7 +27,7 @@ bl_info = {
     "description": "Import-Export OBJ, Import OBJ mesh, UV's, materials and textures",
     "warning": "",
     "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "import_export/io_scene_obj.html",
+               "import_export/scene_obj.html",
     "support": 'OFFICIAL',
     "category": "Import-Export",
 }
diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py
index ca0eeda8..232ee479 100644
--- a/io_scene_x3d/__init__.py
+++ b/io_scene_x3d/__init__.py
@@ -27,7 +27,7 @@ bl_info = {
     "description": "Import-Export X3D, Import VRML2",
     "warning": "",
     "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "import_export/io_scene_x3d.html",
+               "import_export/scene_x3d.html",
     "category": "Import-Export",
 }



More information about the Bf-extensions-cvs mailing list