[Bf-extensions-cvs] [f18da173] master: glTF: Version 1.0.0

Julien Duroure noreply at git.blender.org
Thu Oct 3 18:58:33 CEST 2019


Commit: f18da173c7be65c0ec9ece608bdb0168247ebdaa
Author: Julien Duroure
Date:   Thu Oct 3 18:58:14 2019 +0200
Branches: master
https://developer.blender.org/rBAf18da173c7be65c0ec9ece608bdb0168247ebdaa

glTF: Version 1.0.0

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

M	io_scene_gltf2/__init__.py

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

diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 7ebb964a..a6fabf10 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, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
-    "version": (0, 9, 82),
+    "version": (1, 0, 0),
     'blender': (2, 81, 6),
     'location': 'File > Import-Export',
     'description': 'Import-Export as glTF 2.0',



More information about the Bf-extensions-cvs mailing list