From a7d6e99171c4ce932b03cf2ddce20a522f4ebfc0 Mon Sep 17 00:00:00 2001 From: Dan McGarry Date: Mon, 23 Oct 2023 09:17:27 -0700 Subject: [PATCH] Explicitly specify all required export options This overrides some studio-level options we have installed --- test/lib/usd/translators/testUsdExportUVSetMappings.py | 1 + 1 file changed, 1 insertion(+) 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)