static asset items, fix blender freeze

This commit is contained in:
“christopheseux”
2023-05-31 12:52:35 +02:00
parent 70e1def003
commit 472622ff4b
5 changed files with 66 additions and 204 deletions
+2
View File
@@ -20,6 +20,8 @@ EDIT_SUFFIXES = ['.xml', '.edl']
MOVIE_SUFFIXES = ['.mov', '.mp4']
SOUND_SUFFIXES = ['.mp3', '.aaf', '.flac', '.wav']
ASSET_ITEMS = []
CONFIG_DIR = Path(appdirs.user_config_dir(__package__.split('.')[0]))
PREVIEWS_DIR = CONFIG_DIR / 'thumbnails'