docs(): minor tweaks

This commit is contained in:
kaosat.dev 2024-08-13 01:14:38 +02:00
parent cb1f7b59a2
commit e3cec403a2
2 changed files with 12 additions and 5 deletions

View File

@ -18,6 +18,9 @@ It also allows you to setup 'blueprints' in Blender by using collections (the re
> Blenvy is currently in **Alpha 1** state 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 !
> [!CAUTION]
> Please make sure to use matching versions numbers for the Blender add-on & the rust crate !
> This is the only way to make sure everything works as intended
## Quickstart

14
TODO.md
View File

@ -364,11 +364,15 @@ clear && pytest -svv --blender-template ../../testing/bevy_example/art/testing_l
-----------
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
- [x] compress images in blender docs
- [x] add a small note about using the same version of the Blender add-on & the Bevy crate
- [x] do a quick check for the basics
- [x] blender add-on
- [x] barebones bevy test
- [x] hot reload => some of it works, the rest not anymore ? (see bug https://github.com/bevyengine/bevy/issues/14698)
- [ ] merge blenvy branch into main
- [ ] push to crates.io
- [ ] tag
------------
POST ALPHA1 RELEASE: