Just released v0.2 of #bevy_components: the #Blender add-on to add & edit #bevy components in Blender

https://github.com/kaosat-dev/Blender_bevy_components_workflow/releases/tag/bevy_components_v0.2

* BREAKING CHANGE ! changed internal representation of components, incompatible with v0.1, breaks UI values....but
* added buttons to regenerate UI to account for/fix the above (so no actual data loss, please see the README file)
* added watcher/ poll system to automatically update components list when the registry file changes
* fixed a lot of minor issues

Release bevy_components v0.2: fixes , registry file polling & more ! · kaosat-dev/Blender_bevy_components_workflow

fixed issue with "reload registry" not clearing previous data added watcher/ poll system to automatically updated the registry & components list when the registry file has been changed BREAKING CHA...

GitHub
PSA & infos about upcoming release & changes :
#bevy_components (Tool to add & edit #bevy components in #blender )
* there will be an added option to poll your registry file for updates, no need to manually reload it anymore
* current version has a bug that breaks the tooling when using long component names
* sadly, the fix means a severe breaking change as it is impossible to get back the values you had directly...but I am working on tools to get your ui values back from custom_properties
1/2