Blender_bevy_components_wor.../tools/blenvy/tests
kaosat.dev c282dab585 feat(Blenvy): another big cleanup, fixing & improvement pass for Components
* fixed broken registry reload
 * fixed incorect handling of the "invalid" flag when reloading the registry should fix that
 * fixed unreliable generate_propGroup_name : now uses tiger-hash to generate hashes of nested paths + long names
  this ensures that even if there are additions & removals to the registry, it does not break existing components !
 * fixed & overhauled list & map components ui handling for objects + collections/blueprints
 * merged the various list component ui operators into a single one
 * removed obsolete code in registry & components
 * improved handling of invalid components in the UI: now they are not displayed ! much cleaner & simpler
 * overall cleanup to components
 * lots of minor tweaks & co
2024-06-13 16:11:06 +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 feat(blenvy): added most of the code from both add-ons 2024-05-13 10:28:44 +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.py feat(Blenvy): more work done on materials handling overhaul (wip) 2024-06-10 00:31:23 +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_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