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

TrayPublisher: set default frame values to sequential data #5530

Merged
merged 4 commits into from
Sep 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions openpype/plugins/publish/collect_sequence_frame_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,7 @@ def get_frame_data_from_repre_sequence(self, instance):
return {
"frameStart": repres_frames[0],
"frameEnd": repres_frames[-1],
"handleStart": 0,
"handleEnd": 0,
"fps": instance.context.data["projectEntity"]["data"]["fps"]
jakubjezek001 marked this conversation as resolved.
Show resolved Hide resolved
}
Loading