Skip to content

Commit

Permalink
HYDRA-780 : Add comment on ArubaTessellator
Browse files Browse the repository at this point in the history
  • Loading branch information
debloip-adsk committed Feb 2, 2024
1 parent e67cefa commit d3ffb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/mayaUsd/render/mayaToHydra/testNurbsPrimitives.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def compareSnapshot(self, referenceFilename, cameraDistance=10):
self.assertSnapshotClose(referenceFilename, self.IMAGE_DIFF_FAIL_THRESHOLD, self.IMAGE_DIFF_FAIL_PERCENT)

def setupScene(self, nurbsCreationCallable):
cmds.loadPlugin('ArubaTessellator')
cmds.loadPlugin('ArubaTessellator') # Loaded by default in Maya, changes NURBS vertices calculations
self.setHdStormRenderer()
nurbsResult = nurbsCreationCallable()
cmds.refresh()
Expand Down

0 comments on commit d3ffb20

Please sign in to comment.