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 19f8af05fe - Show all commits

View File

@ -126,7 +126,7 @@ class KITSU_OT_build_new_shot(bpy.types.Operator):
task_type = self._get_task_type_for_shot(context, shot)
# Scene Naming
shot_task_name = get_shot_task_name(shot, task_type)
shot_task_name = shot.get_shot_task_name(task_type)
context.scene.name = shot_task_name
# File Path