# HG changeset patch # User sam # Date 1741712966 -25200 # Node ID 9f3306b2ba14970eda6729e3f45d75a982fd5c59 # Parent 96753bec055c9bd5578e8a072f043c8dbdb11b5b add: export blender collections as gltf hierarchies diff -r 96753bec055c -r 9f3306b2ba14 tools/blender_gltf_converter.py --- a/tools/blender_gltf_converter.py Sun Mar 09 22:59:34 2025 +0700 +++ b/tools/blender_gltf_converter.py Wed Mar 12 00:09:26 2025 +0700 @@ -25,6 +25,8 @@ export_image_format="AUTO", export_format="GLB", export_materials="EXPORT", + export_extras=True, + export_hierarchy_full_collections=True, )