1
Fork 0

docs: Update README

Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
Lucas Schwiderski 2021-04-04 20:54:21 +02:00
parent 48534567d1
commit 80c27d51da
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

View file

@ -1,5 +1,14 @@
# Bitsquid Blender Tools # Bitsquid Blender Tools
## Install
Copy the `addons/bitsquid` directory as `$BLENDER/scripts/addons/bitsquid`, where `$BLENDER` is one of [Blender's configuration directories](https://docs.blender.org/manual/en/latest/advanced/blender_directory_layout.html#blender-directory-layout).
It should now show up in Blender's preferences as `Import-Export: Bitsquid Engine`.
### Development
For active development, you'll want to symlink the above, rather than copy. The scripts itself are already set up for proper reloading via the `System > Reload scripts` command in Blender.
## Goal ## Goal
Extend Blender to become capable of creating various assets for the Bitsquid (and Stingray) game engine. Extend Blender to become capable of creating various assets for the Bitsquid (and Stingray) game engine.