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>2019-06-08 12:34:11 +0300
committerVilem Duha <vilem.duha@gmail.com>2019-06-13 01:22:30 +0300
commit6b0e1127ae295c0f3e041fb6ff5373fa6aab1056 (patch)
tree05fb26b8f94c720cc0f89b92adc67551b2dfef26 /blenderkit/colors.py
parentfcf7d4c16b17c34579fc080386425e0774a502d2 (diff)
BlenderKit: UI - Gravatar and Ratings improvement
UI now can draw a gravatar. Also, Ratings have been improved so that materials and brush ratings don't show the models scale anymore.
Diffstat (limited to 'blenderkit/colors.py')
-rw-r--r--blenderkit/colors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/blenderkit/colors.py b/blenderkit/colors.py
index 42545941..d01bdb0a 100644
--- a/blenderkit/colors.py
+++ b/blenderkit/colors.py
@@ -18,5 +18,6 @@
# this module defines color palette for BlenderKit UI
+TEXT = (.9, .9, .9, .6)
GREEN = (.9, 1, .9, .6)
RED = (1, .5, .5, .8) \ No newline at end of file