From e3cec403a2a0d50c0c8b211cc78270327b0f32ab Mon Sep 17 00:00:00 2001 From: "kaosat.dev" Date: Tue, 13 Aug 2024 01:14:38 +0200 Subject: [PATCH] docs(): minor tweaks --- README.md | 3 +++ TODO.md | 14 +++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 51fec8c..0f69f58 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/TODO.md b/TODO.md index c33e168..2499c21 100644 --- a/TODO.md +++ b/TODO.md @@ -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: