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

glTF: remove ability to undo an export

parent bc1575b6
Branches
Tags
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": (1, 2, 48), "version": (1, 2, 49),
'blender': (2, 82, 7), 'blender': (2, 82, 7),
'location': 'File > Import-Export', 'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0', 'description': 'Import-Export as glTF 2.0',
...@@ -76,7 +76,7 @@ class ExportGLTF2_Base: ...@@ -76,7 +76,7 @@ class ExportGLTF2_Base:
from io_scene_gltf2.io.exp import gltf2_io_draco_compression_extension from io_scene_gltf2.io.exp import gltf2_io_draco_compression_extension
self.is_draco_available = gltf2_io_draco_compression_extension.dll_exists() self.is_draco_available = gltf2_io_draco_compression_extension.dll_exists()
bl_options = {'UNDO', 'PRESET'} bl_options = {'PRESET'}
export_format: EnumProperty( export_format: EnumProperty(
name='Format', name='Format',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment