diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py index 19cf45605bf8aab05a10f969c8325d4c1a2ef62f..56745a5fa6cd4243a24dabc8c3ad41ec9614301a 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