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_mesh_atomic
parentc02a98ba562679080ae550b3756759cc2793b765 (diff)
i/o, part manual links
Diffstat (limited to 'io_mesh_atomic')
-rw-r--r--io_mesh_atomic/__init__.py3
1 files changed, 2 insertions, 1 deletions
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",
}