[Bf-extensions-cvs] [f3141a0c] master: BlenderKit: disable search by author now.

Vilem Duha noreply at git.blender.org
Thu May 23 15:06:53 CEST 2019


Commit: f3141a0ce81cf4d247ee13dd12b4d30bd0d83140
Author: Vilem Duha
Date:   Thu May 23 14:46:58 2019 +0200
Branches: master
https://developer.blender.org/rBAf3141a0ce81cf4d247ee13dd12b4d30bd0d83140

BlenderKit: disable search by author now.

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

M	blenderkit/__init__.py

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

diff --git a/blenderkit/__init__.py b/blenderkit/__init__.py
index f87d540e..003008b4 100644
--- a/blenderkit/__init__.py
+++ b/blenderkit/__init__.py
@@ -1226,6 +1226,7 @@ class BlenderKitAddonPreferences(AddonPreferences):
     default_global_dict = paths.default_global_dict()
 
     enable_oauth = False
+    enable_author_search = False
 
     api_key: StringProperty(
         name="BlenderKit API Key",



More information about the Bf-extensions-cvs mailing list