Skip to content

Commit

Permalink
Fix missing slate frame
Browse files Browse the repository at this point in the history
frames_to_render should contain also additional slate frame
  • Loading branch information
kalisp committed Dec 5, 2024
1 parent 38aa810 commit 7286255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/ayon_core/pipeline/farm/pyblish_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ def prepare_representations(
frame_end = frames_to_render[-1]
if skeleton_data.get("slate"):
frame_start -= 1
frames_to_render.insert(0, frame_start)

files = _get_real_files_to_rendered(collection, frames_to_render)

Expand Down

0 comments on commit 7286255

Please sign in to comment.