Compare commits
2 Commits
6c3841969f
...
8c201ef6a4
Author | SHA1 | Date |
---|---|---|
Mark Moissette | 8c201ef6a4 | |
kaosat.dev | 1e262cb724 |
|
@ -1,7 +1,7 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
"crates/*",
|
"crates/*",
|
||||||
"examples/blenvy/*",
|
"examples/*",
|
||||||
"testing/bevy_example/",
|
"testing/bevy_example/",
|
||||||
]
|
]
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
# Blender add-ons
|
# 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:
|
## 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
|
- 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
|
- 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
|
## Multiple components with the same short name
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 243 KiB After Width: | Height: | Size: 243 KiB |
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
Loading…
Reference in New Issue