[Bf-extensions-cvs] [3764a118] master: glTF: update minimum version required

Julien Duroure noreply at git.blender.org
Mon May 4 18:21:46 CEST 2020


Commit: 3764a118540e79ab2efb84fae101e159ec3ae3ff
Author: Julien Duroure
Date:   Mon May 4 18:21:30 2020 +0200
Branches: master
https://developer.blender.org/rBA3764a118540e79ab2efb84fae101e159ec3ae3ff

glTF: update minimum version required

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

M	io_scene_gltf2/__init__.py

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

diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 17b76b32..1815ed90 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -16,7 +16,7 @@ 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, 3, 11),
-    'blender': (2, 83, 9),
+    'blender': (2, 90, 0),
     'location': 'File > Import-Export',
     'description': 'Import-Export as glTF 2.0',
     'warning': '',



More information about the Bf-extensions-cvs mailing list