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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2020-03-05 05:47:51 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-03-05 05:47:51 +0300
commitbf2cf4d6010b7efee66da47d3f0b50f9e43a2b24 (patch)
tree4144b519f537ccc27bb86f08752e5a20cf3829ef
parent3ef6ed4773e8641e631818d732a711247a02277a (diff)
Fix IO Addond Manual Links
-rw-r--r--io_anim_bvh/__init__.py2
-rw-r--r--io_curve_svg/__init__.py2
-rw-r--r--io_import_palette/__init__.py2
-rw-r--r--io_mesh_ply/__init__.py2
-rw-r--r--io_mesh_stl/__init__.py2
-rw-r--r--io_mesh_uv_layout/__init__.py2
-rw-r--r--io_scene_fbx/__init__.py2
-rw-r--r--io_scene_obj/__init__.py2
-rw-r--r--io_scene_x3d/__init__.py2
9 files changed, 9 insertions, 9 deletions
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",
}