Blender Kitsu: Refactor Shot Builder #183
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user