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:
-rw-r--r--blenderkit/ui.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/blenderkit/ui.py b/blenderkit/ui.py
index b7d83dca..40a10904 100644
--- a/blenderkit/ui.py
+++ b/blenderkit/ui.py
@@ -1565,6 +1565,8 @@ class AssetBarOperator(bpy.types.Operator):
asset_data = sr[ui_props.active_index]
a = asset_data['author_id']
if a is not None:
+ sprops = utils.get_search_props()
+ sprops.search_keywords = ''
utils.p('author:', a)
search.search(author_id=a)
return {'RUNNING_MODAL'}