Compare commits

...

2 Commits

Author SHA1 Message Date
Mark Moissette 8c201ef6a4
Merge 1e262cb724 into 9b50d77790 2024-07-20 10:37:41 +00:00
kaosat.dev 1e262cb724 feat(Blenvy):
* more documentation work
 * moved examples to the root of examples
 * minor tweaks
2024-07-20 12:36:59 +02:00
131 changed files with 130 additions and 117 deletions

View File

@ -1,7 +1,7 @@
[workspace]
members = [
"crates/*",
"examples/blenvy/*",
"examples/*",
"testing/bevy_example/",
]
resolver = "2"

View File

@ -1,12 +1,17 @@
# Blender add-ons
- gltf_auto_export and bevy_components have been replaced with a single Blenvy add-on for simplicity
- gltf_auto_export and bevy_components have been replaced with a single Blenvy add-on for simplicity , I recomend reading the [documentation](./tools/blenvy/README.md)
* settings are **not** transfered from the legacy add-ons !
* first uninstall the old add-ons
* install Blenvy
* configure Blenvy (for these , see the Blenvy add-on docs)
* [upgrade your components](./tools/blenvy/README-components.md#renamingupgradingfixing-components)
## Components:
- no more need to add your components to an empty called xxx_components, you can now directly add your components to the blueprint's collection itself
- you will need to "upgrade" your components from the previous add-on, as they are stored in a completely different way
- bonus: you can also visualize & edit your blueprint's component directly on each instance
## Multiple components with the same short name

View File

Before

Width:  |  Height:  |  Size: 243 KiB

After

Width:  |  Height:  |  Size: 243 KiB

View File

Before

Width:  |  Height:  |  Size: 174 KiB

After

Width:  |  Height:  |  Size: 174 KiB

Some files were not shown because too many files have changed in this diff Show More