mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Update client/ayon_core/plugins/load/export_otio.py
Co-authored-by: Jakub Ježek <jakubjezek001@gmail.com>
This commit is contained in:
parent
c8b664c764
commit
2d87f1b24c
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ class ExportOTIOOptionsDialog(QtWidgets.QDialog):
|
|||
|
||||
media_reference = self.otio.schema.ExternalReference(
|
||||
available_range=range,
|
||||
target_url=f"file://{path}"
|
||||
target_url=path
|
||||
)
|
||||
|
||||
return self.otio.schema.Clip(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue