[Bf-extensions-cvs] [e2311a73] master: glTF exporter: Change version after UI change

Julien Duroure noreply at git.blender.org
Wed Sep 4 21:44:35 CEST 2019


Commit: e2311a730bce5b946af40bf4c9ed14eddf27ffcb
Author: Julien Duroure
Date:   Wed Sep 4 21:44:07 2019 +0200
Branches: master
https://developer.blender.org/rBAe2311a730bce5b946af40bf4c9ed14eddf27ffcb

glTF exporter: Change version after UI change

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

M	io_scene_gltf2/__init__.py

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

diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 19cf4560..56745a5f 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, 54),
+    "version": (0, 9, 55),
     'blender': (2, 81, 6),
     'location': 'File > Import-Export',
     'description': 'Import-Export as glTF 2.0',
@@ -411,6 +411,11 @@ class ExportGLTF2_Base:
 
         return gltf2_blender_export.save(context, export_settings)
 
+
+
+
+
+
     def draw(self, context):
         pass



More information about the Bf-extensions-cvs mailing list