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-01-06 16:47:35 +0300
committerVilém Duha <vilda.novak@gmail.com>2020-01-07 13:43:44 +0300
commit9b03ef289bf69679c48a45e2c65125a5b88d6f8b (patch)
treeaac20900b39871774868496257bae199b1e55308 /blenderkit
parent1de6eef1ec6803d87b8027937728622a8ac6c917 (diff)
BlenderKit: remove accidentally commited call of experimental function
Diffstat (limited to 'blenderkit')
-rw-r--r--blenderkit/search.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/blenderkit/search.py b/blenderkit/search.py
index ddb85410..6ae86819 100644
--- a/blenderkit/search.py
+++ b/blenderkit/search.py
@@ -1110,7 +1110,6 @@ def search_update(self, context):
utils.p('search updater')
#if self.search_keywords != '':
search()
- kp.semi()
class SearchOperator(Operator):