Fix T50954: Improve Blender Cloud add-on project selector

Attract and Flamenco features are (de)activated based on the extensions
enabled on the selected project. As a result, anyone can use the add-on
again, without seeing Attract or Flamenco things they can't use.
This commit is contained in:
2017-03-17 15:08:09 +01:00
parent 5b77ae50a1
commit c24501661e
5 changed files with 217 additions and 60 deletions

View File

@@ -94,6 +94,8 @@ def register():
image_sharing.register()
attract.register()
blender.handle_project_update()
def _monkey_patch_requests():
"""Monkey-patch old versions of Requests.