You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
publish render with Use existing frames option (will reuse render from previous step)
Check the published output. Reviews have correct frame range, but published "main render" is offset one frame. IE if first frame of the shot is 1001 and slate is on frame 1000, published sequence will start with slate on 1001.
Expected Behavior:
Publish should not offset the frame range.
Version
3.17.5
What platform you are running OpenPype on?
Windows
Steps To Reproduce:
see above
Are there any labels you wish to add?
I have added the relevant labels to the bug report.
Relevant log output:
No response
Additional context:
Removing first collected frame In Validate Rendered frames (L120) solves the issue:
collection.indexes.discard(coll_start)
del repre["files"][0]