Sybren A. Stüvel
f9b7510c42
Streamlining Shaman protocol further, plus rough implementation for addon
2022-03-25 14:10:26 +01:00
Sybren A. Stüvel
1635179da0
Addon: unregister handlers
2022-03-17 17:25:45 +01:00
Sybren A. Stüvel
dd25190f81
Addon: automatically adjust job name for blend file name
...
The Flamenco job name is set to the blend file name, unless it was already
set to something else.
2022-03-17 16:45:02 +01:00
Sybren A. Stüvel
a803edcce4
Addon: bundle BAT and start of interfacing with it
...
The add-on can now create BAT packs, but still only at a hard-coded path.
2022-03-11 17:30:27 +01:00
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
Sybren A. Stüvel
9f5e4cc0cc
License: license all code under "GPL-3.0-or-later"
...
The add-on code was copy-pasted from other addons and used the GPL v2
license, whereas by accident the LICENSE text file had the GNU "Affero" GPL
license v3 (instead of regular GPL v3).
This is now all streamlined, and all code is licensed as "GPL v3 or later".
Furthermore, the code comments just show a SPDX License Identifier
instead of an entire license block.
2022-03-07 15:26:46 +01:00
Sybren A. Stüvel
5e7e2adef0
Addon: Fixed mypy errors
2022-03-01 17:28:24 +01:00
Sybren A. Stüvel
616784df0a
Addon: start of framework for API communication
2022-03-01 17:28:24 +01:00
Sybren A. Stüvel
b678b90932
Proof of concept to test a generated Python OpenAPI client
2022-03-01 17:28:24 +01:00