fix(tools/gltf_auto_export): fixed lacking preference config that broke the exporter (#77)

* fix(tools/gltf_auto_export): fixed lacking preference config that broke the exporter
* chore(): bumped version
This commit is contained in:
Mark Moissette 2023-12-17 16:08:20 +01:00 committed by GitHub
parent 0aead0853c
commit 2c4720b951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
bl_info = {
"name": "gltf_auto_export",
"author": "kaosigh",
"version": (0, 7, 0),
"version": (0, 7, 1),
"blender": (3, 4, 0),
"location": "File > Import-Export",
"description": "glTF/glb auto-export",

View File

@ -18,6 +18,8 @@ AutoExportGltfPreferenceNames = [
'export_blueprints',
'export_blueprints_path',
'export_scene_settings',
'export_materials_library',
'export_materials_path',