Skip to content

Commit

Permalink
Explicitly add required export arg
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-mcg committed Dec 5, 2024
1 parent 50b562f commit ba81720
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/lib/ufe/testContextOps.py
Original file line number Diff line number Diff line change
Expand Up @@ -1901,7 +1901,9 @@ def testGeomCoponentAssignment(self):
dagPath.extendToShape()

with mayaUsd.lib.OpUndoItemList():
mayaUsd.lib.PrimUpdaterManager.duplicate(cmds.ls(cubeXForm, long=True)[0], psPathStr)
mayaUsd.lib.PrimUpdaterManager.duplicate(
cmds.ls(cubeXForm, long=True)[0], psPathStr,
{'exportComponentTags': True})

topPath = ufe.PathString.path(psPathStr + ',/' + cubeXForm + "/" + "top")
topItem = ufe.Hierarchy.createItem(topPath)
Expand Down

0 comments on commit ba81720

Please sign in to comment.