[Bf-extensions-cvs] [6cc3224d] blender2.8: Upgraded Blender ID add-on to 1.5

Sybren A. Stüvel noreply at git.blender.org
Tue Jul 3 10:39:15 CEST 2018


Commit: 6cc3224d7f9a4f756195f63cbd2ba384a335ec42
Author: Sybren A. Stüvel
Date:   Tue Jul 3 10:38:51 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBA6cc3224d7f9a4f756195f63cbd2ba384a335ec42

Upgraded Blender ID add-on to 1.5

This version explicitly supports Blender 2.80.

===================================================================

M	blender_id/CHANGELOG.md
M	blender_id/README.md
M	blender_id/__init__.py

===================================================================

diff --git a/blender_id/CHANGELOG.md b/blender_id/CHANGELOG.md
index cf62a6e1..f73f0824 100644
--- a/blender_id/CHANGELOG.md
+++ b/blender_id/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Blender ID Add-on Changelog
 
+# Version 1.5 (released 2018-07-03)
+
+- Support Blender 2.80.
+
+
 ## Version 1.4.1 (released 2017-12-15)
 
 - Improved error reporting when validating a token fails due to
diff --git a/blender_id/README.md b/blender_id/README.md
index 936e6e3e..15c2fd83 100644
--- a/blender_id/README.md
+++ b/blender_id/README.md
@@ -13,6 +13,9 @@ Blender ID add-on version 1.2.0 removed some workarounds necessary for
 Blender 2.77a. As such, versions 1.1.x are the last versions compatible with
 Blender 2.77a, and 1.2.0 and newer require at least Blender 2.78.
 
+Blender ID add-on version 1.5 is the first to support Blender 2.80+.
+
+
 Building & Bundling
 -------------------
 
diff --git a/blender_id/__init__.py b/blender_id/__init__.py
index 73371945..0289b424 100644
--- a/blender_id/__init__.py
+++ b/blender_id/__init__.py
@@ -14,15 +14,17 @@
 #  along with this program; if not, write to the Free Software Foundation,
 #  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #
+#  Copyright (C) 2014-2018 Blender Foundation
+#
 # ##### END GPL LICENSE BLOCK #####
 
 # <pep8 compliant>
 
 bl_info = {
     'name': 'Blender ID authentication',
-    'author': 'Francesco Siddi, Inês Almeida and Sybren A. Stüvel',
-    'version': (1, 4, 1),
-    'blender': (2, 77, 0),
+    'author': 'Sybren A. Stüvel, Francesco Siddi, and Inês Almeida',
+    'version': (1, 5, 0),
+    'blender': (2, 80, 0),
     'location': 'Add-on preferences',
     'description':
         'Stores your Blender ID credentials for usage with other add-ons',



More information about the Bf-extensions-cvs mailing list