[Bf-extensions-cvs] [3f75b648] master: glTF: update documentation link after recent change

Julien Duroure noreply at git.blender.org
Wed Feb 19 22:02:22 CET 2020


Commit: 3f75b64887838ac6d9d6790ae768b00302914c7e
Author: Julien Duroure
Date:   Wed Feb 19 22:02:00 2020 +0100
Branches: master
https://developer.blender.org/rBA3f75b64887838ac6d9d6790ae768b00302914c7e

glTF: update documentation link after recent change

===================================================================

M	io_scene_gltf2/__init__.py

===================================================================

diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index df6cda5e..756dc4eb 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -15,12 +15,12 @@
 bl_info = {
     'name': 'glTF 2.0 format',
     'author': 'Julien Duroure, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
-    "version": (1, 2, 18),
+    "version": (1, 2, 19),
     'blender': (2, 81, 6),
     '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/dev/addons/import_export/scene_gltf2.html",
     'tracker_url': "https://github.com/KhronosGroup/glTF-Blender-IO/issues/",
     'support': 'OFFICIAL',
     'category': 'Import-Export',



More information about the Bf-extensions-cvs mailing list