mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
wrong template key name
This commit is contained in:
parent
a1ab32b329
commit
6fbf7be560
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class CollectOtioSubsetResources(pyblish.api.InstancePlugin):
|
|||
frame_end = frame_start + (media_out - media_in)
|
||||
|
||||
# Fit start /end frame to media in /out
|
||||
if "{originalDirname}" in template:
|
||||
if "{originalBasename}" in template:
|
||||
frame_start = media_in
|
||||
frame_end = media_out
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue