From afb8eb2feffb17034eb3ba70fa0c0f1d489cf3bc Mon Sep 17 00:00:00 2001
From: Vilem Duha <vilem.duha@gmail.com>
Date: Fri, 19 Nov 2021 16:18:17 +0100
Subject: [PATCH] BlenderKit: update tips

---
 blenderkit/search.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/blenderkit/search.py b/blenderkit/search.py
index 125b72662..cf5068f42 100644
--- a/blenderkit/search.py
+++ b/blenderkit/search.py
@@ -83,7 +83,7 @@ thumb_full_download_threads = queue.Queue()
 reports_queue = queue.Queue()
 all_thumbs_loaded = True
 
-rtips_string = """You can disable tips in the add-on preferences.
+rtips_string = """YYou can disable tips in the add-on preferences.
 Ratings help us distribute funds to creators.
 Creators also gain credits for free assets from subscribers.
 Click or drag model or material in scene to link/append 
@@ -97,6 +97,9 @@ Login to upload your own models, materials or brushes.
 Use 'A' key over the asset bar to search assets by the same author.
 Use semicolon - ; to hide or show the AssetBar.
 Support the authors by subscribing to Full plan.
+Use the W key over the asset bar to open the Author's webpage.
+Use the R key for fast rating of assets.
+Use the X key to delete the asset from your hard drive.
 """
 rtips = rtips_string.splitlines()
 
-- 
GitLab