docs(): various minor tweaks & added a disclaimer / warning to the main README
This commit is contained in:
parent
72dbad0152
commit
3f104fd7e9
|
@ -13,6 +13,12 @@ inside Blender. Aka "Blender as editor for Bevy"
|
||||||
|
|
||||||
It also allows you to setup 'blueprints' in Blender by using collections (the recomended way to go most of the time), or directly on single use objects .
|
It also allows you to setup 'blueprints' in Blender by using collections (the recomended way to go most of the time), or directly on single use objects .
|
||||||
|
|
||||||
|
|
||||||
|
> [!CAUTION]
|
||||||
|
> Blenvy is currently in **Alpha** so there are still quite a few bugs, missing functionality, missing docs, broken examples etc
|
||||||
|
> Please make sure you back up your Blender files before using it !
|
||||||
|
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
Want to jump right in? See the [quickstart guide](./docs/quickstart/readme.md) for how to setup a basic project as fast as possible.
|
Want to jump right in? See the [quickstart guide](./docs/quickstart/readme.md) for how to setup a basic project as fast as possible.
|
||||||
|
|
8
TODO.md
8
TODO.md
|
@ -362,6 +362,14 @@ Bevy Side:
|
||||||
|
|
||||||
clear && pytest -svv --blender-template ../../testing/bevy_example/art/testing_library.blend --blender-executable /home/ckaos/tools/blender/blender-4.1.0-linux-x64/blender tests/test_bevy_integration_prepare.py && pytest -svv --blender-executable /home/ckaos/tools/blender/blender-4.1.0-linux-x64/blender tests/test_bevy_integration.py
|
clear && pytest -svv --blender-template ../../testing/bevy_example/art/testing_library.blend --blender-executable /home/ckaos/tools/blender/blender-4.1.0-linux-x64/blender tests/test_bevy_integration_prepare.py && pytest -svv --blender-executable /home/ckaos/tools/blender/blender-4.1.0-linux-x64/blender tests/test_bevy_integration.py
|
||||||
|
|
||||||
|
-----------
|
||||||
|
PRE ALPHA1 RELEASE:
|
||||||
|
- compress images in blender docs
|
||||||
|
- add a small note about using the same version of the Blender add-on & the Bevy crate
|
||||||
|
- merge blenvy branch into main
|
||||||
|
- push to crates.io
|
||||||
|
- tag
|
||||||
|
|
||||||
------------
|
------------
|
||||||
POST ALPHA1 RELEASE:
|
POST ALPHA1 RELEASE:
|
||||||
BEVY:
|
BEVY:
|
||||||
|
|
Loading…
Reference in New Issue