Add note about not supporting Shaman API of Flamenco 3.x

Decided to *not* support the Shaman API of Flamenco 3.x in BAT. The
support for that protocol will be implemented in the Flamenco 3.x add-on
for Blender, and not in BAT itself.

A future version of BAT will remove the Shaman API support altogether.
This commit is contained in:
Sybren A. Stüvel 2022-03-25 11:54:30 +01:00
parent fab2090080
commit d778849c89
2 changed files with 7 additions and 2 deletions

View File

@ -6,7 +6,7 @@ changed functionality, fixed bugs).
# Version 1.12 (in development) # Version 1.12 (in development)
- Removed "late imports", to help isolate Blender add-ons bundling BAT from each other. - Removed "late imports", to help isolate Blender add-ons bundling BAT from each other.
- Decided to *not* support the Shaman API of Flamenco 3.x in BAT. The support for that protocol will be implemented in the Flamenco 3.x add-on for Blender, and not in BAT itself. A new future version of BAT will remove support for the Shaman API altogether.
# Version 1.11 (2022-02-18) # Version 1.11 (2022-02-18)

View File

@ -17,7 +17,12 @@
# ***** END GPL LICENCE BLOCK ***** # ***** END GPL LICENCE BLOCK *****
# #
# (c) 2019, Blender Foundation - Sybren A. Stüvel # (c) 2019, Blender Foundation - Sybren A. Stüvel
"""Shaman Client interface.""" """Shaman Client interface.
Note that this supports the Shaman API of Flamenco Manager 2.x. Support for
Flamenco 3.x will be implemented in a new Flamenco Blender add-on, and not in
BAT itself.
"""
import logging import logging
import os import os
import pathlib import pathlib