Flamenco/addon
2022-03-01 17:28:24 +01:00
..
flamenco Addon: job type form seems to be working 2022-03-01 17:28:24 +01:00
.openapi-generator-ignore Addon: start of framework for API communication 2022-03-01 17:28:24 +01:00
generate-flamenco3-client.sh Addon: start of framework for API communication 2022-03-01 17:28:24 +01:00
mypy.ini Addon: Fixed mypy errors 2022-03-01 17:28:24 +01:00
oapi_test_generated.py Addon: start of framework for API communication 2022-03-01 17:28:24 +01:00
openapi-generator-cli.jar Proof of concept to test a generated Python OpenAPI client 2022-03-01 17:28:24 +01:00
poetry.lock Proof of concept to test a generated Python OpenAPI client 2022-03-01 17:28:24 +01:00
pyproject.toml Proof of concept to test a generated Python OpenAPI client 2022-03-01 17:28:24 +01:00
README.md Proof of concept to test a generated Python OpenAPI client 2022-03-01 17:28:24 +01:00
test_jobtypes.py Addon: start of framework for API communication 2022-03-01 17:28:24 +01:00

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

Start Flamenco Manager, then run:

openapi-python-client generate --url http://localhost:8080/api/openapi3.json