Merge pull request #1604 from ynput/enhancement/1603-yn-0309-csv-resolution-height-and-width-on-details-panel-at-frontend

Integrate: Add resolution and pixel aspect to version attributes
This commit is contained in:
Jakub Trllo 2025-12-12 12:55:39 +01:00 committed by GitHub
commit 237cee6593
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: