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-06 15:28:10 +0300
committerVilem Duha <vilem.duha@gmail.com>2019-06-06 15:28:33 +0300
commitae500d28913b17248653f79842d038c75b353e86 (patch)
tree5c3d633038f5f6c9e7c692c0b994f28f975beffb /blenderkit/ui_panels.py
parent9823579a2da0d65f8e545e7daefd18a38676e859 (diff)
BlenderKit: oauth logout is now only in preferences.
Diffstat (limited to 'blenderkit/ui_panels.py')
-rw-r--r--blenderkit/ui_panels.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/blenderkit/ui_panels.py b/blenderkit/ui_panels.py
index 37b84aeb..480d1afe 100644
--- a/blenderkit/ui_panels.py
+++ b/blenderkit/ui_panels.py
@@ -425,9 +425,6 @@ class VIEW3D_PT_blenderkit_profile(Panel):
layout.label(text='Remaining private storage: %i MiB' % (me['remainingPrivateQuota']))
layout.operator("wm.url_open", text="See my uploads",
icon='URL').url = paths.BLENDERKIT_USER_ASSETS
- if user_preferences.enable_oauth:
- layout.operator("wm.blenderkit_logout", text="Logout",
- icon='URL')
def draw_panel_model_rating(self, context):