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-05-17 22:25:33 +0300
committerVilem Duha <vilem.duha@gmail.com>2019-05-19 16:45:50 +0300
commitb0027289420fd8eaf7c2686e6a64ffe8b2e4419e (patch)
tree70c636f1268a77dc7369d5425e59143688dfd57e /blenderkit/ui_panels.py
parentab57ec6a76cf344c6ae2c2d61b446a6e9bc4b0db (diff)
BlenderKit: Updated tooltip layout and finishing profile and OAuth
Diffstat (limited to 'blenderkit/ui_panels.py')
-rw-r--r--blenderkit/ui_panels.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderkit/ui_panels.py b/blenderkit/ui_panels.py
index c5292f19..8d732214 100644
--- a/blenderkit/ui_panels.py
+++ b/blenderkit/ui_panels.py
@@ -573,7 +573,7 @@ class VIEW3D_PT_blenderkit_unified(Panel):
layout.operator("wm.blenderkit_login_cancel", text="Cancel", icon='CANCEL')
return
- if len(user_preferences.api_key) < 20 and user_preferences.asset_counter > 5:
+ if len(user_preferences.api_key) < 20 and user_preferences.asset_counter > 20:
layout.operator("wm.blenderkit_login", text="Login/ Sign up",
icon='URL')
# layout.label(text='Paste your API Key:')