docs(): various minor tweaks & added a disclaimer / warning to the main README

This commit is contained in:
kaosat.dev 2024-08-13 00:35:18 +02:00
parent 72dbad0152
commit 3f104fd7e9
4 changed files with 14 additions and 0 deletions

View File

@ -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 .
> [!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
Want to jump right in? See the [quickstart guide](./docs/quickstart/readme.md) for how to setup a basic project as fast as possible.

View File

@ -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
-----------
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:
BEVY: