mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-03 09:24:57 +01:00
nuke: fixing validate rendered frames
This commit is contained in:
parent
dd2becdb79
commit
4bd375409e
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ class ValidateRenderedFrames(pyblish.api.InstancePlugin):
|
|||
f_start_h += 1
|
||||
|
||||
if (
|
||||
collected_frames_len >= frame_length
|
||||
collected_frames_len != frame_length
|
||||
and coll_start <= f_start_h
|
||||
and coll_end >= f_end_h
|
||||
):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue