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-05-04 19:21:30 +0300
committerJulien Duroure <julien.duroure@gmail.com>2020-05-04 19:21:30 +0300
commit3764a118540e79ab2efb84fae101e159ec3ae3ff (patch)
tree3b1db2c8c2b61fb4a3b7732c1ae8356e4605c44a
parent58601075abcbd562d97ab5d8ba6da386f82cb11c (diff)
glTF: update minimum version required
-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 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': '',