From 321c27234a23c169f2ae5cea94a3223f6b7b82fc Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Wed, 18 Mar 2020 12:22:38 +0100 Subject: [PATCH] wrong attribute used for pixelAspec --- pype/plugins/maya/publish/collect_render.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/plugins/maya/publish/collect_render.py b/pype/plugins/maya/publish/collect_render.py index f3ea1ccee5..be3878e6bd 100644 --- a/pype/plugins/maya/publish/collect_render.py +++ b/pype/plugins/maya/publish/collect_render.py @@ -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