Nicer UI, and Blender Sync all in one operator.

This commit is contained in:
2016-06-23 19:00:47 +02:00
parent 6de026c8e2
commit 671e9f31fa
3 changed files with 193 additions and 148 deletions

View File

@@ -669,7 +669,7 @@ class PillarOperatorMixin:
Returns None if the user cannot be found, or if the user is not a Cloud subscriber.
"""
self.report({'INFO'}, 'Checking Blender Cloud credentials')
# self.report({'INFO'}, 'Checking Blender Cloud credentials')
try:
user_id = await check_pillar_credentials()