From 7f58be4568d930683a34cc838cf37b5d28146f92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 5 Sep 2018 13:40:24 +0200 Subject: [PATCH] Updated Blender Cloud add-on to 1.9.0 Also change the config_local.py so that we only have to change one variable for a new version. --- docker/4_run/config_local.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docker/4_run/config_local.py b/docker/4_run/config_local.py index 2ca1237..d0fbd4c 100644 --- a/docker/4_run/config_local.py +++ b/docker/4_run/config_local.py @@ -83,21 +83,22 @@ LOGGING = { } } +# Latest version of the add-on. +BLENDER_CLOUD_ADDON_VERSION = '1.9.0' + REDIRECTS = { # For old links, refer to the services page (hopefully it refreshes then) 'downloads/blender_cloud-latest-bundle.zip': 'https://cloud.blender.org/services#blender-addon', - # Latest Blender Cloud add-on; remember to update BLENDER_CLOUD_ADDON_VERSION. + # Latest Blender Cloud add-on. 'downloads/blender_cloud-latest-addon.zip': - 'https://storage.googleapis.com/institute-storage/addons/blender_cloud-1.8.0.addon.zip', + f'https://storage.googleapis.com/institute-storage/addons/' + f'blender_cloud-{BLENDER_CLOUD_ADDON_VERSION}.addon.zip', # Redirect old Grafista endpoint to /stats '/stats/': '/stats', } -# Latest version of the add-on; remember to update REDIRECTS. -BLENDER_CLOUD_ADDON_VERSION = '1.8.0' - UTM_LINKS = { 'cartoon_brew': { 'image': 'https://imgur.com/13nQTi3.png',