Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1390 from pypeclub/hotfix/redshift-proxy-sequence…
Browse files Browse the repository at this point in the history
…-fix

Maya: Redshift proxy - fix first frame for sequence
  • Loading branch information
mkolar authored Apr 22, 2021
2 parents 0d22942 + 5d150a7 commit 2432aa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openpype/hosts/maya/plugins/publish/extract_redshift_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ def process(self, instance):
'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"
Expand Down

0 comments on commit 2432aa6

Please sign in to comment.