fix: Make shot builder more scriptable #292

Merged
Nick Alberelli merged 1 commits from :make-shot-builder-scriptable into main 2024-05-06 17:02:03 +02:00

View File

@ -233,7 +233,7 @@ class KITSU_OT_build_new_shot(bpy.types.Operator):
def execute(self, context: bpy.types.Context):
# Get Properties
global active_project
active_project = cache.project_active_get()
seq = cache.sequence_active_get()
shot = cache.shot_active_get()
task_type = cache.task_type_active_get()