Skip to content

Commit

Permalink
Hydra-1215 - rebaseline testUSDLights as MayaUSD added new light gizm…
Browse files Browse the repository at this point in the history
…os for usd lights (#183)

* rebaseline testUSDLights as MayaUSD added new light gizmos for usd lights

* re-enable for old Maya
  • Loading branch information
lilike-adsk authored Oct 8, 2024
1 parent cc3b496 commit 2200639
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified test/lib/mayaUsd/render/mayaToHydra/USDLightsTest/allLights.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion test/lib/mayaUsd/render/mayaToHydra/testUSDLights.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def verifyLightingModes(self, shadowOn):
#self.assertSnapshotClose("noLight" + imageSuffix + ".png", self.IMAGE_DIFF_FAIL_THRESHOLD, self.IMAGE_DIFF_FAIL_PERCENT)

#Test usd lights (e.g., disk,distant,dome,etc.) with a maya native sphere and usd sphere.
@unittest.skipUnless(mayaUtils.mayaMajorVersion() > 2025, "HYDRA-1215: Re-enable for old Maya version later.")
def test_USDLights(self):
# Load a maya scene with a maya native sphere, usd sphere and some lights, with HdStorm already being the viewport renderer.
# The sphere is not at the origin on purpose
Expand Down

0 comments on commit 2200639

Please sign in to comment.