mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Update openpype/hosts/resolve/api/plugin.py
This commit is contained in:
parent
531fd55bee
commit
7d2ede8d65
1 changed files with 0 additions and 1 deletions
|
|
@ -409,7 +409,6 @@ class ClipLoader:
|
|||
source_in = int(_clip_property("Start"))
|
||||
source_out = int(_clip_property("End"))
|
||||
source_duration = int(_clip_property("Frames"))
|
||||
|
||||
# Trim clip start if slate is present
|
||||
if "slate" in self.data["versionData"]["families"]:
|
||||
source_in += 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue