Blender Kitsu: Improve Init New Shot Workflow #302
@ -63,7 +63,7 @@ def is_linked(strip: bpy.types.Sequence, log: bool = True) -> bool:
|
||||
def has_meta(strip: bpy.types.Sequence) -> bool:
|
||||
"""Returns True if strip.kitsu.shot_name and strip.kitsu.sequence_name is Truethy else False"""
|
||||
seq = strip.kitsu.sequence_name
|
||||
shot = strip.kitsu.shot_name
|
||||
shot = strip.kitsu.manual_shot_name
|
||||
|
||||
if not bool(seq and shot):
|
||||
logger.info("Strip: %s. Missing metadata", strip.name)
|
||||
|
Loading…
Reference in New Issue
Block a user