fix first frame for sequence

This commit is contained in:
Ondřej Samohel 2021-04-21 17:09:49 +02:00 committed by GitHub
parent f765e2f2e8
commit 5d150a73f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,8 @@ class ExtractRedshiftProxy(openpype.api.Extractor):
'files': repr_files,
"stagingDir": staging_dir,
}
if anim_on:
representation["frameStart"] = instance.data["proxyFrameStart"]
instance.data["representations"].append(representation)
self.log.info("Extracted instance '%s' to: %s"