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_anim_camera.py
parentdeebf4889974175ea2387dee5653257528161c03 (diff)
io. more manual links
Diffstat (limited to 'io_anim_camera.py')
-rw-r--r--io_anim_camera.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_anim_camera.py b/io_anim_camera.py
index b382a32d..1c77c361 100644
--- a/io_anim_camera.py
+++ b/io_anim_camera.py
@@ -26,8 +26,8 @@ bl_info = {
"location": "File > Export > Cameras & Markers (.py)",
"description": "Export Cameras & Markers (.py)",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Import-Export/Camera_Animation",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "import_export/anim_camera.html",
"support": 'OFFICIAL',
"category": "Import-Export",
}