also check pixel_aspect in skipping part

This commit is contained in:
iLLiCiTiT 2020-05-20 16:08:45 +02:00
parent 6cc864d9b6
commit 774d5deacf

View file

@ -641,6 +641,7 @@ class ExtractReview(pyblish.api.InstancePlugin):
output_width == input_width
and output_height == input_height
and not letter_box
and pixel_aspect == 1
):
self.log.debug(
"Output resolution is same as input's"