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