Sybren A. Stüvel
12e6211fc9
Addon: get storage directory from Manager
...
Get the job storage location from the Manager, don't allow editing it, and
don't allow per-scene overrides.
2022-04-01 14:28:43 +02:00
Sybren A. Stüvel
21227c8046
More Shaman integration work
...
- Addon switches between filesystem-packing and Shaman-packing
automatically, depending on whether the Manager has Shaman enabled.
- Actually using BAT for Shaman packing.
It doesn't work though, some error occurs when receiving Shaman response
from the Manager in the Addon.
2022-03-25 14:10:26 +01:00
Sybren A. Stüvel
6764ee8259
Addon: actually allow setting the job storage path
2022-03-15 18:37:48 +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
4f7c11d59a
Addon: cleanup, use relative imports where possible
2022-03-11 17:30:27 +01:00
Sybren A. Stüvel
5be9985e3b
Addon: fix Mypy errors
2022-03-11 11:18:21 +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