Skip to content

Commit

Permalink
remove opacity case
Browse files Browse the repository at this point in the history
  • Loading branch information
lilike-adsk committed Feb 5, 2024
1 parent c1f72c9 commit 20047f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Binary file not shown.
5 changes: 0 additions & 5 deletions test/lib/mayaUsd/render/mayaToHydra/testStandardSurface.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,5 @@ def test_StandardSurface(self):
cmds.refresh()
self.assertSnapshotClose("emission" + ".png", self.IMAGE_DIFF_FAIL_THRESHOLD, self.IMAGE_DIFF_FAIL_PERCENT)

#Verify Opacity
cmds.setAttr("standardSurface1.opacity", 0.5, 0.5, 0.5, type="double3")
cmds.refresh()
self.assertSnapshotClose("opacity" + ".png", self.IMAGE_DIFF_FAIL_THRESHOLD, self.IMAGE_DIFF_FAIL_PERCENT)

if __name__ == '__main__':
fixturesUtils.runTests(globals())

0 comments on commit 20047f0

Please sign in to comment.