Skip to content

Commit

Permalink
Use mayaUtils .
Browse files Browse the repository at this point in the history
  • Loading branch information
lanierd-adsk committed Feb 18, 2025
1 parent 874b02c commit 9c5264b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/mayaUsd/render/mayaToHydra/testMayaLights.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def IMAGE_DIFF_FAIL_PERCENT(self):
# Only the "all lights with shadows" check fails, and shadows with point light only is skipped.
if platform.system() == "Darwin":
return 3
if mayaMajorVersion() == 2025:
if mayaUtils.mayaMajorVersion() == 2025:
return 2 #There are more pixels different in maya 2025 for this test
return 0.2

Expand Down

0 comments on commit 9c5264b

Please sign in to comment.