Flamenco/addon
Sybren A. Stüvel 55752c87a2 Addon: fix wheel loading module separation
The loading of modules from wheels wasn't properly separated from the rest
of Python yet. Now `load_wheel()` properly cleans up after itself, making
it impossible for other code to do `import the_module_from_the_wheel`.
2022-03-11 11:33:48 +01:00
..
flamenco Addon: fix wheel loading module separation 2022-03-11 11:33:48 +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