BlenderKit: enable oauth

This introduces a comletely new login process, which is much simpler and user friendly..
This commit is contained in:
Vilem Duha 2019-06-17 00:16:13 +02:00
parent 4fff91efba
commit 3ffa17c5ee
1 changed files with 1 additions and 1 deletions

View File

@ -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",