mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update client/ayon_core/plugins/publish/collect_otio_frame_ranges.py
Co-authored-by: Robin De Lillo <robin@ynput.io>
This commit is contained in:
parent
971c4aef43
commit
be5eb08d2b
1 changed files with 1 additions and 4 deletions
|
|
@ -123,10 +123,7 @@ class CollectOtioRanges(pyblish.api.InstancePlugin):
|
|||
otio_src_range_handles = otio_range_with_handles(otio_src_range, instance)
|
||||
|
||||
# Get source available start frame
|
||||
src_starting_from = otio.opentime.to_frames(
|
||||
otio_available_range.start_time,
|
||||
otio_available_range.start_time.rate
|
||||
)
|
||||
src_starting_from = otio_available_range.to_frames()
|
||||
|
||||
# Convert to frames
|
||||
src_start, src_end = otio_range_to_frame_range(otio_src_range)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue