Skip to content

Commit

Permalink
Refactor removed filtering by frame
Browse files Browse the repository at this point in the history
Remainder has now real way to find frame pattern from single file. Doesn't make sense to filter on single file.
  • Loading branch information
kalisp committed Dec 5, 2024
1 parent 38aa810 commit 49c5b87
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/ayon_core/pipeline/farm/pyblish_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,13 +435,10 @@ def prepare_representations(
" This may cause issues on farm."
).format(staging))

files = _get_real_files_to_rendered(
[os.path.basename(remainder)], frames_to_render)

rep = {
"name": ext,
"ext": ext,
"files": files[0],
"files": os.path.basename(remainder),
"stagingDir": staging,
}

Expand Down

0 comments on commit 49c5b87

Please sign in to comment.