Blender_bevy_components_wor.../examples/bevy_gltf_blueprints
Mark Moissette af94e49976
feat(Gltf auto export): multiple blend files workflow, combine modes, bugfixes and more ! (#83)
* feat(multiple blend files): added example of multi blend file workflow
* feat(tools/auto_export): 
 * added collection_instances_combine_mode superseeds  & replaces "export nested blueprints", with a lot more flexibilty
 * added preferences & ui settings
 * added (optional) use of marked assets as replacement for "autoExport" collection flag
 * added correct cleaning up of temporary sub_collections
* feat(tools/auto_export): change detection added for material changes
* feat(tools/auto_export): blueprints now also use the "combine" settings for nested collections
*  feat(tools/auto_export): added correct cleanup of data when removing hollow scenes, so that there is no orphan data left behind
* feat(tools/auto_export): changes to nested collections are now triggering change detection of root
 (exportable collections)
* feat(tools/auto_export):  now actually useful tracebacks using traceback.format_exc()
* various minor fixes, cleanups & UI description improvements
* docs(README): updated & fleshed out docs

* closes #87 
* closes #86
* closes #85 
* closes #79 
* closes #61 
* closes #68 
* closes #41
2024-01-01 22:35:21 +01:00
..
animation fix(bevy_gltf_blueprints): fixed main_menu handling in examples 2023-11-30 23:11:09 +01:00
basic feat(bevy_gltf_blueprints): improved error handling for clone_entity (#82) 2023-12-27 13:14:13 +01:00
basic_scene_components feat(bevy_gltf_blueprints): improved error handling for clone_entity (#82) 2023-12-27 13:14:13 +01:00
basic_xpbd_physics fix(bevy_gltf_blueprints): fixed main_menu handling in examples 2023-11-30 23:11:09 +01:00
materials feat(materials): Materials libraries tooling & bevy code for material/texture reuse (#71) 2023-12-12 13:21:53 +01:00
multiple_levels feat(Gltf auto export): multiple blend files workflow, combine modes, bugfixes and more ! (#83) 2024-01-01 22:35:21 +01:00
multiple_levels_multiple_blendfiles feat(Gltf auto export): multiple blend files workflow, combine modes, bugfixes and more ! (#83) 2024-01-01 22:35:21 +01:00
nested_blueprints feat(bevy_gltf_blueprints): improved error handling for clone_entity (#82) 2023-12-27 13:14:13 +01:00