docs(): minor tweaks
This commit is contained in:
parent
cb1f7b59a2
commit
e3cec403a2
|
@ -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
|
> 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 !
|
> 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
|
## Quickstart
|
||||||
|
|
||||||
|
|
14
TODO.md
14
TODO.md
|
@ -364,11 +364,15 @@ clear && pytest -svv --blender-template ../../testing/bevy_example/art/testing_l
|
||||||
|
|
||||||
-----------
|
-----------
|
||||||
PRE ALPHA1 RELEASE:
|
PRE ALPHA1 RELEASE:
|
||||||
- compress images in blender docs
|
- [x] compress images in blender docs
|
||||||
- add a small note about using the same version of the Blender add-on & the Bevy crate
|
- [x] add a small note about using the same version of the Blender add-on & the Bevy crate
|
||||||
- merge blenvy branch into main
|
- [x] do a quick check for the basics
|
||||||
- push to crates.io
|
- [x] blender add-on
|
||||||
- tag
|
- [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:
|
POST ALPHA1 RELEASE:
|
||||||
|
|
Loading…
Reference in New Issue