Avoiding late imports helps to isolate Blender add-ons bundling BAT from each other. There was one late/lazy import to avoid a dependency cycle. This was solved by simply copying that one tiny function.
Avoiding late imports helps to isolate Blender add-ons bundling BAT from each other. There was one late/lazy import to avoid a dependency cycle. This was solved by simply copying that one tiny function.