Blender_bevy_components_wor.../tools/blenvy
kaosat.dev 31f6a0f122 feat(blenvy:blender): a ton of cleanups, fixes & improvements
* fixed bad hashing causing hashed project across two different blender sessions to appear different
 aka, no more systematic re-export of everything when reloading a project in blender !
 * fixed issues with modifier & material hashing that was also causing overly eager change detection
 * previous_xxx_settings are now only saved AFTER a sucessfull export, for coherence
 * added more fine grained setting change detection (aka some setting changes do not require a re-export of all levels & blueprints !)
 * fixed handling of level & library scene names as part of the settings
 * fixed numerous issues with core, auto_export & component settings
 * cleaned up a ton of very verbose debug message
 * BlenvyAssets => BlueprintAssets
 * a lot of minor cleanups
2024-06-25 18:34:07 +02:00
..
add_ons feat(blenvy:blender): a ton of cleanups, fixes & improvements 2024-06-25 18:34:07 +02:00
assets feat(blenvy:blender): a ton of cleanups, fixes & improvements 2024-06-25 18:34:07 +02:00
blueprints feat(blenvy:blender): a ton of cleanups, fixes & improvements 2024-06-25 18:34:07 +02:00
core feat(blenvy:blender): a ton of cleanups, fixes & improvements 2024-06-25 18:34:07 +02:00
docs feat(Blenvy): 2024-06-10 13:58:30 +02:00
levels feat(Blenvy): renaming/coherency & component workflow pass 2024-06-12 12:41:50 +02:00
materials feat(Blenvy): 2024-06-10 13:58:30 +02:00
tests feat(blenvy:blender): a ton of cleanups, fixes & improvements 2024-06-25 18:34:07 +02:00
__init__.py feat(Blenvy): another big cleanup, fixing & improvement pass for Components 2024-06-13 16:11:06 +02:00
pytest.ini feat(Blenvy): continued overhaul of auto export, slowly adding back tests too 2024-05-22 22:14:52 +02:00
README_auto_export.md refactor(Blenvy): deprecated BlueprintName (& BluprintPath), and replaced them with BlueprintInfo 2024-06-25 00:45:39 +02:00
README_components.md feat(Blenvy): 2024-06-10 13:58:30 +02:00
settings.py feat(blenvy:blender): a ton of cleanups, fixes & improvements 2024-06-25 18:34:07 +02:00
TODO_auto_export.md feat(Blenvy): 2024-06-10 13:58:30 +02:00
TODO_components.md feat(Blenvy): renaming/coherency & component workflow pass 2024-06-12 12:41:50 +02:00
TODO.md feat(blenvy:blender): a ton of cleanups, fixes & improvements 2024-06-25 18:34:07 +02:00