Blender_bevy_components_wor.../tools/gltf_auto_export/auto_export
Mark Moissette 9f21df035b
feat(): Asset preloading basics (#169)
* closes #80 
* preliminary work for further asset management from the Blender side without needing additional dependencies & boilerplate on the Bevy side 
* feat(auto_export): 
     * now injecting list/tree of sub blueprints to main scenes/levels & blueprints
     * made blueprints/asset list conditional on NOT legacy mode
* feat(gltf_blueprints): 
    * basics of dynamic loading of sub_blueprints
    * added same kind of logic to the loading of material files
    * also made a more generic variant of the BlueprintAssetLoadTracker 
    * added gltf file path for more informative error in case a gltf is missing
* refactor(): 
   * made the various gltf assets loaded by bevy_asset_loader optional (to handle the case where they are not present)
   * updated all examples accordingly
* chore(crates): fixed links, slight tweaks, bumped versions
2024-03-18 18:00:19 +01:00
..
__init__.py feat(gltf_auto_export): rewrite for more cleaner code & a lot of bug fixes (#109) 2024-02-05 09:49:19 +01:00
auto_export.py chore(Bevy): Update to bevy 0.13 (#136) 2024-03-04 22:16:31 +01:00
export_blueprints.py feat(tools/bevy_blueprints): bevy plugin + blender addon for components UI to more easily create components (#70) 2024-02-05 23:01:19 +01:00
export_gltf.py feat(gltf_auto_export): component filtering for exports, bug-fixes and tests(#143) 2024-02-27 00:12:14 +01:00
export_main_scenes.py feat(): Asset preloading basics (#169) 2024-03-18 18:00:19 +01:00
internals.py feat(gltf_auto_export): rewrite for more cleaner code & a lot of bug fixes (#109) 2024-02-05 09:49:19 +01:00
operators.py feat(gltf_auto_export): component filtering for exports, bug-fixes and tests(#143) 2024-02-27 00:12:14 +01:00
preferences.py feat(gltf_auto_export): component filtering for exports, bug-fixes and tests(#143) 2024-02-27 00:12:14 +01:00
tracker.py feat(gltf_auto_export): rewrite for more cleaner code & a lot of bug fixes (#109) 2024-02-05 09:49:19 +01:00