From b0027289420fd8eaf7c2686e6a64ffe8b2e4419e Mon Sep 17 00:00:00 2001 From: Vilem Duha Date: Fri, 17 May 2019 21:25:33 +0200 Subject: BlenderKit: Updated tooltip layout and finishing profile and OAuth --- blenderkit/ui_panels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blenderkit/ui_panels.py') 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:') -- cgit v1.2.3