From b55002b7c33154d2b66166aaf0c2a0b287ec9e42 Mon Sep 17 00:00:00 2001 From: Julien Duroure Date: Sat, 15 Dec 2018 06:22:37 +0100 Subject: glTF: export settings can now be saved/loaded as presets --- io_scene_gltf2/__init__.py | 2 ++ 1 file changed, 2 insertions(+) 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)', -- cgit v1.2.3