Blender_bevy_components_wor.../tools
kaosat.dev 2f54bea7c9 feat(auto_export): since all variations of using depsgraphs_update & co failed to be reliable, switching to brute force
* aka added basics of serialization of scene(s) & brute compare
 	* added basics for transforms, custom properties, meshes, cameras & lights, & armatures
 * should only run on save as I can imagine it could get quite costly, computation wise
 * added some boilerplate for determining changed objects
 * not hooked up to actual exporter yet
 * already way more reliable than the depsgraph:
  * ignores selections & related weird issues
  * undo /redo proof
  * expandable
2024-04-13 14:20:18 +02:00
..
bevy_components feat(auto_export): more work on correct parameter change detection from gltf & auto export 2024-04-12 12:29:32 +02:00
gltf_auto_export feat(auto_export): since all variations of using depsgraphs_update & co failed to be reliable, switching to brute force 2024-04-13 14:20:18 +02:00
internal_generate_example_gltf_files.py chore(Bevy): Update to bevy 0.13 (#136) 2024-03-04 22:16:31 +01:00
internal_generate_release_zips.py feat(tools/internal_generate_release_zips): ensure compression (#161) 2024-03-04 22:28:35 +01:00