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:
authorVilém Duha <vilda.novak@gmail.com>2020-05-27 13:26:18 +0300
committerVilém Duha <vilda.novak@gmail.com>2020-05-27 13:27:06 +0300
commit2972e7a94218dc55376551017de4876fa5bcafd2 (patch)
tree5d787a5901f0f8b1c18cfcb5e1ef74ed6f63d09a
parentc5fad30a5dc380219f354a7ef814f601c1283f29 (diff)
BlenderKit: block the clipboard monitoring feature
-rw-r--r--blenderkit/search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderkit/search.py b/blenderkit/search.py
index a51ff063..26b83902 100644
--- a/blenderkit/search.py
+++ b/blenderkit/search.py
@@ -171,7 +171,7 @@ def timer_update():
search()
preferences.first_run = False
- check_clipboard()
+ #check_clipboard()
global search_threads
if len(search_threads) == 0: