Skip to content
Snippets Groups Projects
Commit e2311a73 authored by Julien Duroure's avatar Julien Duroure
Browse files

glTF exporter: Change version after UI change

parent b022000d
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
bl_info = { bl_info = {
'name': 'glTF 2.0 format', 'name': 'glTF 2.0 format',
'author': 'Julien Duroure, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors', '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), 'blender': (2, 81, 6),
'location': 'File > Import-Export', 'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0', 'description': 'Import-Export as glTF 2.0',
...@@ -411,6 +411,11 @@ class ExportGLTF2_Base: ...@@ -411,6 +411,11 @@ class ExportGLTF2_Base:
return gltf2_blender_export.save(context, export_settings) return gltf2_blender_export.save(context, export_settings)
def draw(self, context): def draw(self, context):
pass pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment