Add template icon

This commit is contained in:
2023-03-20 19:05:22 +01:00
parent 3e8cfec634
commit 9bc6f0cd2d
8 changed files with 686 additions and 63 deletions
+5 -3
View File
@@ -1,3 +1,5 @@
import appdirs
import bpy
import os
from pathlib import Path
@@ -15,7 +17,7 @@ EDIT_SUFFIXES = ['.xml', '.edl']
MOVIE_SUFFIXES = ['.mov', '.mp4']
SOUND_SUFFIXES = ['.mp3', '.aaf', '.flac']
CONFIG_DIR = Path(appdirs.user_config_dir(__package__.split('.')[0]))
PREVIEWS_DIR = CONFIG_DIR / 'thumbnails'
# TRACKER_URL = os.environ.get("TRACKER_URL", "")
# TRACKER_LOGIN = os.environ.get("TRACKER_LOGIN", "")
# TRACKER_PASSWORD = os.environ.get("TRACKER_PASSWORD", "")
ASSET_PREVIEWS = bpy.utils.previews.new()