From 7e105167c060c57a9cd1ba2b234c33cf7bef2a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 28 Jun 2016 14:28:39 +0200 Subject: [PATCH] Don't sync bookmarks and recent files (for now). These files can be restored when we allow users to pick what they sync. --- blender_cloud/settings_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blender_cloud/settings_sync.py b/blender_cloud/settings_sync.py index 6e56035..ab6cba8 100644 --- a/blender_cloud/settings_sync.py +++ b/blender_cloud/settings_sync.py @@ -18,7 +18,7 @@ from pillarsdk import exceptions as sdk_exceptions from .pillar import pillar_call from . import async_loop, pillar, cache, blendfile -SETTINGS_FILES_TO_UPLOAD = ['bookmarks.txt', 'recent-files.txt', 'userpref.blend', 'startup.blend'] +SETTINGS_FILES_TO_UPLOAD = ['userpref.blend', 'startup.blend'] # These are RNA keys inside the userpref.blend file, and their # Python properties names.