diff --git a/test/lib/mayaUsd/render/pxrUsdMayaGL/testProxyShapeDrawColors.py b/test/lib/mayaUsd/render/pxrUsdMayaGL/testProxyShapeDrawColors.py index 936a9db697..49f7e3fd75 100644 --- a/test/lib/mayaUsd/render/pxrUsdMayaGL/testProxyShapeDrawColors.py +++ b/test/lib/mayaUsd/render/pxrUsdMayaGL/testProxyShapeDrawColors.py @@ -72,7 +72,8 @@ def testMeshNextToProxyShapeAndImported(self): x = self._PlaneWithColor((0.55, 0.55, 0.55)) cmds.select(x) usdFile = os.path.join(self._testDir, 'plane.usd') - cmds.mayaUSDExport(file=usdFile, selection=True, shadingMode='displayColor') + cmds.mayaUSDExport(file=usdFile, selection=True, shadingMode='none', + exportDisplayColor=True) proxyShape = cmds.createNode('mayaUsdProxyShape', name='usdProxyShape') proxyTransform = cmds.listRelatives(proxyShape, parent=True, fullPath=True)[0]