From d778849c895117a29900cad087e80a550e550fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 25 Mar 2022 11:54:30 +0100 Subject: [PATCH] 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. --- CHANGELOG.md | 2 +- blender_asset_tracer/pack/shaman/__init__.py | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f6b75e..c574965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ changed functionality, fixed bugs). # Version 1.12 (in development) - 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) diff --git a/blender_asset_tracer/pack/shaman/__init__.py b/blender_asset_tracer/pack/shaman/__init__.py index ed7c694..3672dbe 100644 --- a/blender_asset_tracer/pack/shaman/__init__.py +++ b/blender_asset_tracer/pack/shaman/__init__.py @@ -17,7 +17,12 @@ # ***** END GPL LICENCE BLOCK ***** # # (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 os import pathlib