Blender Kitsu: Refactor Shot Builder #183

Merged
Nick Alberelli merged 55 commits from TinyNick/blender-studio-pipeline:feature/shot-builder-2 into main 2023-12-21 23:58:21 +01:00
Showing only changes of commit 8e85afd56a - Show all commits

View File

@ -29,7 +29,7 @@ SHOT_DIR_NAME = "shots"
SEQ_DIR_NAME = "sequences" SEQ_DIR_NAME = "sequences"
ASSET_DIR_NAME = "assets" ASSET_DIR_NAME = "assets"
FILE_DELIMITER = '-' IN_FILE_DELIMITER = "-"
ASSET_TASK_MAPPING = { ASSET_TASK_MAPPING = {
"geometry": "Geometry", "geometry": "Geometry",