mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
also check pixel_aspect in skipping part
This commit is contained in:
parent
6cc864d9b6
commit
774d5deacf
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue