Blender_bevy_components_wor.../tools/blenvy/tests
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
..
__init__.py feat(blenvy): added most of the code from both add-ons 2024-05-13 10:28:44 +02:00
component_values_shuffler.py feat(Blenvy): another big cleanup, fixing & improvement pass for Components 2024-06-13 16:11:06 +02:00
expected_bevy_hierarchy.json feat(blenvy): added most of the code from both add-ons 2024-05-13 10:28:44 +02:00
expected_component_values.py refactor(Blenvy): deprecated BlueprintName (& BluprintPath), and replaced them with BlueprintInfo 2024-06-25 00:45:39 +02:00
expected_screenshot.png feat(blenvy): added most of the code from both add-ons 2024-05-13 10:28:44 +02:00
setup_data.py feat(Blenvy): renaming/coherency & component workflow pass 2024-06-12 12:41:50 +02:00
test_bevy_integration_prepare.py feat(Blenvy): more work done on materials handling overhaul (wip) 2024-06-10 00:31:23 +02:00
test_bevy_integration.py feat(blenvy:blender): a ton of cleanups, fixes & improvements 2024-06-25 18:34:07 +02:00
test_change_tracking.py feat(blenvy): added most of the code from both add-ons 2024-05-13 10:28:44 +02:00
test_changed_parameters.py feat(blenvy): reorganising & upgrade of auto_export change detection 2024-05-20 02:06:26 +02:00
test_components.py feat(Blenvy): another big cleanup, fixing & improvement pass for Components 2024-06-13 16:11:06 +02:00
test_conversions.py feat(tools): updated/fixed some tests 2024-05-13 11:21:50 +02:00
test_export_parameters.py feat(Blenvy): more work done on materials handling overhaul (wip) 2024-06-10 00:31:23 +02:00
test_helpers.py feat(blenvy): reorganising & upgrade of auto_export change detection 2024-05-20 02:06:26 +02:00
test_registry.py feat(Blenvy): settings coherency pass 2024-05-26 18:33:06 +02:00
test_rename_components.py feat(Blenvy): another big cleanup, fixing & improvement pass for Components 2024-06-13 16:11:06 +02:00
test_shuffler.py feat(Blenvy): settings coherency pass 2024-05-26 18:33:06 +02:00