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:
-rw-r--r--io_anim_bvh/__init__.py3
-rw-r--r--io_coat3D/__init__.py4
-rw-r--r--io_export_dxf/__init__.py3
-rw-r--r--io_import_dxf/__init__.py3
-rw-r--r--io_mesh_atomic/__init__.py3
5 files changed, 10 insertions, 6 deletions
diff --git a/io_anim_bvh/__init__.py b/io_anim_bvh/__init__.py
index 53314758..6112ee42 100644
--- a/io_anim_bvh/__init__.py
+++ b/io_anim_bvh/__init__.py
@@ -26,7 +26,8 @@ bl_info = {
"location": "File > Import-Export",
"description": "Import-Export BVH from armature objects",
"warning": "",
- "wiki_url": "https://docs.blender.org/manual/en/latest/addons/io_anim_bvh.html",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "import_export/io_anim_bvh.html",
"support": 'OFFICIAL',
"category": "Import-Export",
}
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index ddda71e3..160b0043 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -24,8 +24,8 @@ bl_info = {
"location": "Scene > 3D-Coat Applink",
"description": "Transfer data between 3D-Coat/Blender",
"warning": "",
- "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Import-Export/3dcoat_applink",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "import_export/coat3D.html",
"category": "Import-Export",
}
diff --git a/io_export_dxf/__init__.py b/io_export_dxf/__init__.py
index 9d2e24c8..ed5b33a9 100644
--- a/io_export_dxf/__init__.py
+++ b/io_export_dxf/__init__.py
@@ -24,7 +24,8 @@ bl_info = {
"location": "File > Export > AutoCAD DXF",
"description": "The script exports Blender geometry to DXF format r12 version.",
"warning": "Under construction! Visit Wiki for details.",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/DXF_Exporter",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "import_export/scene_dxf.html",
"category": "Import-Export",
}
diff --git a/io_import_dxf/__init__.py b/io_import_dxf/__init__.py
index 169faeb3..09f09ea3 100644
--- a/io_import_dxf/__init__.py
+++ b/io_import_dxf/__init__.py
@@ -38,7 +38,8 @@ bl_info = {
"blender": (2, 80, 0),
"location": "File > Import > AutoCAD DXF",
"description": "Import files in the Autocad DXF format (.dxf)",
- "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/DXF_Importer",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "import_export/scene_dxf.html",
"category": "Import-Export",
}
diff --git a/io_mesh_atomic/__init__.py b/io_mesh_atomic/__init__.py
index 0c801d6a..f7ebcb88 100644
--- a/io_mesh_atomic/__init__.py
+++ b/io_mesh_atomic/__init__.py
@@ -63,7 +63,8 @@ bl_info = {
"blender": (2, 80, 0),
"location": "File -> Import -> PDB (.pdb) and File -> Import -> XYZ (.xyz)",
"warning": "",
- "wiki_url": "https://wiki.blender.org/",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "import_export/mesh_atomic.html",
"category": "Import-Export",
}