Compatibility with Blender 2.93 / Python 3.9 → require Blender 2.80+

The code now requires Python 3.7 or newer, as a side-effect of the changes
required for compatibility with 3.9 (as used in Blender 2.93). As a result,
Blender Cloud Add-on now requires Blender 2.80 or newer.
This commit is contained in:
2021-02-16 11:04:24 +01:00
parent 2fbe7e1258
commit 883f125722
3 changed files with 14 additions and 2 deletions

View File

@@ -1,8 +1,14 @@
# Blender Cloud changelog
## Version 1.18 (in development)
- Add compatibility with Python 3.9 (as used in Blender 2.93).
- Drop compatibility with Blender 2.79 and older. The last version of the
Blender Cloud add-on with 2.79 and older is version 1.17.
## Version 1.17 (2021-02-04)
- This is the last version compatible with Blender 2.77a - 2.79.
- Upgrade BAT to version 1.3.1, which brings compatibility with Geometry Nodes and
fixes some issues on Windows.