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:
authorRyan Inch <mythologylover75@gmail.com>2021-02-16 07:25:24 +0300
committerRyan Inch <mythologylover75@gmail.com>2021-02-16 07:25:24 +0300
commit33b39ecc88a9d86437f5afe5fe372a623f86ae77 (patch)
tree59475fd9e80c95a515af282351becefe9bf9263f /blenderkit/ui.py
parent152f5205c57be8cb4450178bf7c4d25c5824d9f9 (diff)
parent2b1d58fe8eefcae4989a8614d348a448d10ffa33 (diff)
Merge branch 'blender-v2.92-release'
Diffstat (limited to 'blenderkit/ui.py')
-rw-r--r--blenderkit/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderkit/ui.py b/blenderkit/ui.py
index b0027eac..6c5ca9d5 100644
--- a/blenderkit/ui.py
+++ b/blenderkit/ui.py
@@ -338,7 +338,7 @@ def draw_tooltip(x, y, text='', author='', img=None, gravatar=None):
textcol = (textcol[0], textcol[1], textcol[2], 1)
textcol_mild = (textcol[0] * .8, textcol[1] * .8, textcol[2] * .8, 1)
textcol_strong = (textcol[0] * 1.3, textcol[1] * 2.3, textcol[2] * 1.3, 1)
- textcol_strong = (0.4, 1, 0.3, 1)
+ # textcol_strong = (0.4, 1, 0.3, 1)
white = (1, 1, 1, .1)
# background