nuke: fixing validate rendered frames

This commit is contained in:
Jakub Jezek 2022-08-15 11:55:37 +02:00
parent dd2becdb79
commit 4bd375409e
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -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
):