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:
authorJulien Duroure <julien.duroure@gmail.com>2020-02-02 12:42:01 +0300
committerJulien Duroure <julien.duroure@gmail.com>2020-02-02 12:42:01 +0300
commit42d713b0a63a5c0502f861381dbf07c61731e2ae (patch)
treea5397037831cb07dc580f4cf3466e979e0e85ccf /io_scene_gltf2
parent2efe738be140fe074b979c57aea2113e06d48c65 (diff)
glTF: Update doc link for 2.82 release
Diffstat (limited to 'io_scene_gltf2')
-rwxr-xr-xio_scene_gltf2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index b626bad3..58757793 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -20,7 +20,7 @@ bl_info = {
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',
'warning': '',
- 'wiki_url': "https://docs.blender.org/manual/en/dev/addons/import_export/io_scene_gltf2.html",
+ 'wiki_url': "https://docs.blender.org/manual/en/2.82/addons/import_export/io_scene_gltf2.html",
'tracker_url': "https://github.com/KhronosGroup/glTF-Blender-IO/issues/",
'support': 'OFFICIAL',
'category': 'Import-Export',