Renamed blender_cloud.cache to blender_cloud.http_cache.

This commit is contained in:
2016-03-21 09:32:10 +01:00
parent 5039a33053
commit 5f43b355b0
4 changed files with 13 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ import bpy
from bpy.types import AddonPreferences, Operator, WindowManager, Scene
from bpy.props import StringProperty
from . import pillar, gui, cache
from . import pillar, gui, http_cache
ADDON_NAME = 'blender_cloud'
@@ -106,7 +106,7 @@ def register():
WindowManager.thumbnails_cache = StringProperty(
name="Thumbnails cache",
subtype='DIR_PATH',
default=os.path.join(cache.cache_directory(), 'thumbnails'))
default=os.path.join(http_cache.cache_directory(), 'thumbnails'))
WindowManager.blender_cloud_project = StringProperty(
name="Blender Cloud project UUID",