rewrite import_shots and cleanup

This commit is contained in:
ChristopheSeux
2024-04-10 16:15:57 +02:00
parent dae9d55494
commit 2960bab63d
15 changed files with 1068 additions and 269 deletions
+3
View File
@@ -25,6 +25,9 @@ PROJECT_ITEMS = []
EPISODE_ITEMS = []
CONFIG_DIR = Path(appdirs.user_config_dir(__package__.split('.')[0]))
APP_TEMPLATES_DIR = Path(MODULE_DIR, 'resources', 'app_templates')
REVIEW_TEMPLATE_BLEND = Path(APP_TEMPLATES_DIR, 'Review', 'startup.blend')
PREVIEWS_DIR = CONFIG_DIR / 'thumbnails'
TASK_ITEMS = []