Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xio_scene_gltf2/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 091b8233..e27ec443 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -57,6 +57,8 @@ class ExportGLTF2_Base:
# TODO: refactor to avoid boilerplate
+ bl_options = {'UNDO', 'PRESET'}
+
export_format: EnumProperty(
name='Format',
items=(('GLB', 'glTF Binary (.glb)',