
The code generation has been integrated with the Makefile, so that's now described properly.
406 B
406 B
Flamenco 3 Blender add-on
Setting up development environment
~/workspace/blender-git/build_linux/bin/3.1/python/bin/python3.9 -m venv --upgrade-deps venv
. ./venv/bin/activate
pip install poetry
poetry install
Generating the OpenAPI client
- Make sure Java is installed (so
java --version
shows something sensible). - In the root directory of the repository, run
make generate-py