[Bf-extensions-cvs] [c0522fcf] master: glTF: fix bad version number after merge

Julien Duroure noreply at git.blender.org
Sat Aug 8 15:07:17 CEST 2020


Commit: c0522fcf8f23e77c5c68c1099a7140839a8d7d64
Author: Julien Duroure
Date:   Sat Aug 8 15:06:58 2020 +0200
Branches: master
https://developer.blender.org/rBAc0522fcf8f23e77c5c68c1099a7140839a8d7d64

glTF: fix bad version number after merge

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

M	io_scene_gltf2/__init__.py

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

diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 3e8bb712..545a3264 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -15,7 +15,7 @@
 bl_info = {
     'name': 'glTF 2.0 format',
     'author': 'Julien Duroure, Scurest, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
-    "version": (1, 3, 46),
+    "version": (1, 4, 4),
     'blender': (2, 90, 0),
     'location': 'File > Import-Export',
     'description': 'Import-Export as glTF 2.0',



More information about the Bf-extensions-cvs mailing list