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:
authorVilem Duha <vilem.duha@gmail.com>2021-11-19 18:18:17 +0300
committerVilem Duha <vilem.duha@gmail.com>2021-11-19 18:18:17 +0300
commitafb8eb2feffb17034eb3ba70fa0c0f1d489cf3bc (patch)
treef06cbcd3c2b432ec4630711cb1fd561e667a19fc
parent7e507eb9418b96910d8e7e5f353fbeaa93348f96 (diff)
BlenderKit: update tips
-rw-r--r--blenderkit/search.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/blenderkit/search.py b/blenderkit/search.py
index 125b7266..cf5068f4 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()