mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
wrong attribute used for pixelAspec
This commit is contained in:
parent
107d281c44
commit
321c27234a
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ class CollectMayaRender(pyblish.api.ContextPlugin):
|
|||
"expectedFiles": full_exp_files,
|
||||
"resolutionWidth": cmds.getAttr("defaultResolution.width"),
|
||||
"resolutionHeight": cmds.getAttr("defaultResolution.height"),
|
||||
"pixelAspect": cmds.getAttr("defaultResolution.height")
|
||||
"pixelAspect": cmds.getAttr("defaultResolution.pixelAspect")
|
||||
}
|
||||
|
||||
# Apply each user defined attribute as data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue