Blender Kitsu: Refactor Shot Builder #183
@ -258,7 +258,9 @@ class KITSU_OT_build_new_shot(bpy.types.Operator):
|
||||
print(f"Seq Name: '{seq.name}' Seq ID: '{self.seq_id}'")
|
||||
print(f"Shot Name: '{shot.name}' Shot ID: '{self.shot_id}'")
|
||||
print(f"Task Type Name: '{task_type.name}' Task Type ID: `{self.task_type}`")
|
||||
self.report({"INFO"}, f"Execution Complete") # TODO remove
|
||||
self.report(
|
||||
{"INFO"}, f"Successfully Built Shot:`{shot.name}` Task: `{task_type.name}`"
|
||||
)
|
||||
return {"FINISHED"}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user