Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVilem Duha <vilem.duha@gmail.com>2019-06-17 01:16:13 +0300
committerVilem Duha <vilem.duha@gmail.com>2019-06-17 17:14:12 +0300
commit3ffa17c5ee7b18da0db43e697f67773af36cd651 (patch)
tree25b6e96721a88a78f849d746dee8e91dc830190f /blenderkit/__init__.py
parent4fff91efbaf10360e0618338c8cb6ce4795b8f5f (diff)
BlenderKit: enable oauth
This introduces a comletely new login process, which is much simpler and user friendly..
Diffstat (limited to 'blenderkit/__init__.py')
-rw-r--r--blenderkit/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderkit/__init__.py b/blenderkit/__init__.py
index 2fc47770..6ca370e4 100644
--- a/blenderkit/__init__.py
+++ b/blenderkit/__init__.py
@@ -1246,7 +1246,7 @@ class BlenderKitAddonPreferences(AddonPreferences):
default_global_dict = paths.default_global_dict()
- enable_oauth = False
+ enable_oauth = True
api_key: StringProperty(
name="BlenderKit API Key",