fix: Make shot builder more scriptable #292
@ -233,7 +233,7 @@ class KITSU_OT_build_new_shot(bpy.types.Operator):
|
|||||||
|
|
||||||
def execute(self, context: bpy.types.Context):
|
def execute(self, context: bpy.types.Context):
|
||||||
# Get Properties
|
# Get Properties
|
||||||
global active_project
|
active_project = cache.project_active_get()
|
||||||
seq = cache.sequence_active_get()
|
seq = cache.sequence_active_get()
|
||||||
shot = cache.shot_active_get()
|
shot = cache.shot_active_get()
|
||||||
task_type = cache.task_type_active_get()
|
task_type = cache.task_type_active_get()
|
||||||
|
Loading…
Reference in New Issue
Block a user