mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix first frame for sequence
This commit is contained in:
parent
f765e2f2e8
commit
5d150a73f6
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue