Skip to content

Commit

Permalink
HYDRA-1317 : re-enable tests with mtoa and lookdevX builds compatible…
Browse files Browse the repository at this point in the history
… with usd 24.11, maya 2026 API update and ufe 6 bump. (#223)
  • Loading branch information
lanierd-adsk authored Dec 10, 2024
1 parent a950e95 commit 64d769b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set(INTERACTIVE_TEST_SCRIPT_FILES
testStageAddPrim.py
testTransforms.py
testRefinement.py
#testMaterialXOnNative.py|depOnPlugins:lookdevx HYDRA-1320 : disable this test until we get a new build of lookdevX
testMaterialXOnNative.py|depOnPlugins:lookdevx
testNewSceneWithStage.py
# To be reenabled after investigation
#testMayaDisplayModes.py|skipOnPlatform:osx
Expand All @@ -36,7 +36,7 @@ set(INTERACTIVE_TEST_SCRIPT_FILES
testOpenPBRSurface.py
testFlowViewportAPI.py
testStageVariants.py|skipOnPlatform:osx # HYDRA-1127 : refinedWire not working on OSX
#testStagePayloadsReferences.py #Disabled for usd 24.11 HYDRA-1317
testStagePayloadsReferences.py
testNurbsPrimitives.py
testCurveTools.py
testPolygonPrimitives.py
Expand All @@ -48,7 +48,7 @@ set(INTERACTIVE_TEST_SCRIPT_FILES
# To be reenabled after investigation
testDataProducerSelHighlight.py|skipOnPlatform:osx # HYDRA-1127 : refinedWire not working on OSX
testPassingNormalsOnMayaNative.py
#testViewportFilters.py #Disabled for usd 24.11 HYDRA-1317
testViewportFilters.py|depOnPlugins:mtoa
testMayaComponentsPicking.py
testFlowPluginsHierarchicalProperties.py
testCustomShadersNode.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ def test_UsdStagePayloadsOnTheFly(self):
cmd.execute()
self.assertTrue(prim.HasPayload())
self.assertTrue(prim.IsLoaded())
#Is needed with usd 24.11 to keep the same images
self.modifyDefaultLightIntensityByUsdVersion()
self.assertSnapshotClose("cubeLoaded.png", self.IMAGE_DIFF_FAIL_THRESHOLD, self.IMAGE_DIFF_FAIL_PERCENT)

# Verify unload payload
Expand All @@ -143,6 +145,8 @@ def test_UsdStagePayloadsOnTheFly(self):
self.assertTrue(prim.IsLoaded())
self.assertSnapshotClose("cubeLoadWithDescendants.png", self.IMAGE_DIFF_FAIL_THRESHOLD, self.IMAGE_DIFF_FAIL_PERCENT)

self.resetDefaultLightIntensityByUsdVersion()

def test_UsdStagePayloadsFromScene(self):
from mayaUsd import lib as mayaUsdLib
self.loadUsdPayloadScene()
Expand Down

0 comments on commit 64d769b

Please sign in to comment.