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:50:47 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-12-12 12:50:47 +0300
commitcf530a29dffbae21935bb3ebfef11706bac99dcf (patch)
tree5a1ff854afb3f509a555e71a3ffb177d1227efbb /io_scene_fbx
parentdeebf4889974175ea2387dee5653257528161c03 (diff)
io. more manual links
Diffstat (limited to 'io_scene_fbx')
-rw-r--r--io_scene_fbx/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index a381d83b..6678e1eb 100644
--- a/io_scene_fbx/__init__.py
+++ b/io_scene_fbx/__init__.py
@@ -26,7 +26,8 @@ bl_info = {
"location": "File > Import-Export",
"description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",
"warning": "",
- "wiki_url": "https://docs.blender.org/manual/en/latest/addons/io_scene_fbx.html",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "import_export/io_scene_fbx.html",
"support": 'OFFICIAL',
"category": "Import-Export",
}