Don't sync bookmarks and recent files (for now).

These files can be restored when we allow users to pick what they sync.
This commit is contained in:
Sybren A. Stüvel 2016-06-28 14:28:39 +02:00
parent d53938e03b
commit 7e105167c0

View File

@ -18,7 +18,7 @@ from pillarsdk import exceptions as sdk_exceptions
from .pillar import pillar_call from .pillar import pillar_call
from . import async_loop, pillar, cache, blendfile 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 # These are RNA keys inside the userpref.blend file, and their
# Python properties names. # Python properties names.