Skip to content

Commit

Permalink
minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-ynput committed Dec 3, 2024
1 parent 2926b1c commit 7eede7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_hiero/plugins/publish/collect_plates.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def process(self, instance):

# Retrieve source clip media from otio clip.
# image sequence
if hasattr(otio_clip.media_reference, "target_url_base"):
if hasattr(otio_clip.media_reference, "target_url_for_image_number"):
file_url = otio_clip.media_reference.target_url_for_image_number(0)
sequence_length = (
otio_clip.media_reference.end_frame()
Expand Down

0 comments on commit 7eede7c

Please sign in to comment.