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:31 +0300
committerJulien Duroure <julien.duroure@gmail.com>2020-02-02 12:42:31 +0300
commit92ce40fbcf83df39a5701bd96ff94eee81154f1b (patch)
tree3c263a6df61ca33499b00a835c1dcc9916bbc958 /io_scene_gltf2
parent5675cda6a74a8e755a28afec25f479da7fbb4740 (diff)
parent42d713b0a63a5c0502f861381dbf07c61731e2ae (diff)
Merge branch 'blender-v2.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 df6cda5e..e034f12d 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',