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:08:54 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-12-12 12:08:54 +0300
commitdeebf4889974175ea2387dee5653257528161c03 (patch)
treed5eaa6eda52f6be073f43b89c9655c100286db56 /io_export_dxf
parentc02a98ba562679080ae550b3756759cc2793b765 (diff)
i/o, part manual links
Diffstat (limited to 'io_export_dxf')
-rw-r--r--io_export_dxf/__init__.py3
1 files changed, 2 insertions, 1 deletions
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",
}