Flamenco/addon
Sybren A. Stüvel 850678f495 Addon: allow configuring the Manager URL
Previously it was hard-coded to `http://localhost:8080/`, now that's just
the default value.
2022-03-10 17:57:26 +01:00
..
flamenco Addon: allow configuring the Manager URL 2022-03-10 17:57:26 +01:00
.openapi-generator-ignore 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