diff --git a/test/lib/usd/translators/testUsdExportUVSetMappings.py b/test/lib/usd/translators/testUsdExportUVSetMappings.py index 03ce34a4d3..c415436c34 100644 --- a/test/lib/usd/translators/testUsdExportUVSetMappings.py +++ b/test/lib/usd/translators/testUsdExportUVSetMappings.py @@ -192,6 +192,7 @@ def testSimpleMultiUVS(self): cmds.mayaUSDExport(mergeTransformAndShape=True, file=usdFilePath, shadingMode='useRegistry', convertMaterialsTo=['UsdPreviewSurface'], + preserveUVSetNames=False, remapUVSetsTo=[['','']], materialsScopeName='Materials', selection=True) stage = Usd.Stage.Open(usdFilePath)