Merge branch 'develop' into enhancement/transcoding_oiio_tool_for_ffmpeg_one_call

This commit is contained in:
Jakub Trllo 2025-12-12 12:56:30 +01:00 committed by GitHub
commit deb93bc95b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -924,8 +924,12 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
# Include optional data if present in
optionals = [
"frameStart", "frameEnd", "step",
"handleEnd", "handleStart", "sourceHashes"
"frameStart", "frameEnd",
"handleEnd", "handleStart",
"step",
"resolutionWidth", "resolutionHeight",
"pixelAspect",
"sourceHashes"
]
for key in optionals:
if key in instance.data: