Skip to content

Commit 053eb01

Browse files
committed
Remove testUsdExportEmptyXforms.py change - test relies on plugInfo discovery which is env-specific
1 parent aed88ca commit 053eb01

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

test/lib/usd/translators/testUsdExportEmptyXforms.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,7 @@ def _exportToUSD(self, filename, includeEmpties, defaultPrimPath=None):
139139
'''
140140
Export to USD, either including or excluding empty Xforms.
141141
'''
142-
cmds.usdExport(file=filename, includeEmptyTransforms=includeEmpties,
143-
defaultPrim=defaultPrimPath, legacyMaterialScope=False,
144-
materialsScopeName='mtl',
145-
chaser=["AddPayloadOrRefChaser"])
142+
cmds.usdExport(file=filename, includeEmptyTransforms=includeEmpties, defaultPrim=defaultPrimPath)
146143

147144
def _verifyPrims(self, stage, present = [], absent = []):
148145
'''

0 commit comments

Comments
 (0)