Blender_bevy_components_wor.../tools/bevy_components/propGroups
kaosat.dev 98a654095b feat(bevy_components): added basic of hashmap/map support
* added handling of additional map flags
 * added map handling in conversion from prop group
 * added basic (& clunky) UI
 * related boilerplate
 * added various testing components to try this out & experiment with
2024-05-03 00:22:51 +02:00
..
__init__.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
conversions_from_prop_group.py feat(bevy_components): added basic of hashmap/map support 2024-05-03 00:22:51 +02:00
conversions_to_prop_group.py feat(bevy_components): qol improvements (#164) 2024-03-07 16:29:04 +01:00
operators.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
process_component.py feat(bevy_components): added basic of hashmap/map support 2024-05-03 00:22:51 +02:00
process_enum.py feat(bevy_components): continued changes to base logic on long_names 2024-05-02 10:24:09 +02:00
process_list.py feat(bevy_components): added basic of hashmap/map support 2024-05-03 00:22:51 +02:00
process_map.py feat(bevy_components): added basic of hashmap/map support 2024-05-03 00:22:51 +02:00
process_structs.py feat(bevy_components): added basic of hashmap/map support 2024-05-03 00:22:51 +02:00
process_tupples.py feat(bevy_components): continued changes to base logic on long_names 2024-05-02 10:24:09 +02:00
prop_groups.py feat(bevy_components): continued changes to base logic on long_names 2024-05-02 10:24:09 +02:00
utils.py feat(bevy_components): added basic of hashmap/map support 2024-05-03 00:22:51 +02:00