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>2019-11-17 20:05:17 +0300
committerJulien Duroure <julien.duroure@gmail.com>2019-11-17 20:05:17 +0300
commit8478a2e67413ce8426500d01ca81dc19c02b428b (patch)
tree52a28f25c750367edaeea55f0c84fd89aa9ffca4 /io_scene_gltf2
parent3a774beff73dddc903cbe205f67dc24a5046f08b (diff)
parent8611c655d4e050e6b7436b82a081984d889d4027 (diff)
Merge branch 'blender-v2.81-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 44fa0560..76a45969 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/latest/addons/io_scene_gltf2.html",
+ 'wiki_url': "https://docs.blender.org/manual/en/2.81/addons/import_export/io_scene_gltf2.html",
'tracker_url': "https://github.com/KhronosGroup/glTF-Blender-IO/issues/",
'support': 'OFFICIAL',
'category': 'Import-Export',