Skip to content

Commit

Permalink
fix(tools/gltf_auto_export): fixed lacking preference config that bro…
Browse files Browse the repository at this point in the history
…ke the exporter (#77)

* fix(tools/gltf_auto_export): fixed lacking preference config that broke the exporter
* chore(): bumped version
  • Loading branch information
kaosat-dev authored Dec 17, 2023
1 parent 0aead08 commit 2c4720b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gltf_auto_export/__init__.py
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 2 additions & 0 deletions tools/gltf_auto_export/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
'export_blueprints',
'export_blueprints_path',

'export_scene_settings',

'export_materials_library',
'export_materials_path',

Expand Down

0 comments on commit 2c4720b

Please sign in to comment.