Update openpype/hosts/resolve/api/plugin.py

This commit is contained in:
Jakub Ježek 2024-03-06 16:39:27 +01:00 committed by GitHub
parent 531fd55bee
commit 7d2ede8d65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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