Skip to content

Commit

Permalink
Merge pull request #1038 from ynput/bugfix/AY-7238_Nuke-Slate-not-pub…
Browse files Browse the repository at this point in the history
…lished

Fix missing slate frame in Deadline publish
  • Loading branch information
kalisp authored Dec 9, 2024
2 parents 0be5c62 + 9e8b877 commit e1471a4
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 e1471a4

Please sign in to comment.