Blender Kitsu: Refactor Shot Builder #183
@ -17,7 +17,7 @@ def get_task_type(task_type: TaskType) -> str:
|
|||||||
|
|
||||||
|
|
||||||
def get_shot_task_name(shot: Shot, task_type: TaskType) -> str:
|
def get_shot_task_name(shot: Shot, task_type: TaskType) -> str:
|
||||||
return f"{shot.name}{bkglobals.IN_FILE_DELIMITER}{get_task_type(task_type)}"
|
return f"{shot.name}{bkglobals.FILE_DELIMITER}{get_task_type(task_type)}"
|
||||||
|
|
||||||
|
|
||||||
def get_file_dir(seq: Sequence, shot: Shot, task_type: TaskType) -> Path:
|
def get_file_dir(seq: Sequence, shot: Shot, task_type: TaskType) -> Path:
|
||||||
|
Loading…
Reference in New Issue
Block a user