From 699ecb0a9e298c51a01653fdd595763cba782aa4 Mon Sep 17 00:00:00 2001 From: "ADS\\lanierd" Date: Fri, 6 Dec 2024 15:43:03 +0100 Subject: [PATCH] Adding that this test is only for usd 24.11+ --- .../mayaToHydra/testStageInstanceablePrimsSelHighlight.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/lib/mayaUsd/render/mayaToHydra/testStageInstanceablePrimsSelHighlight.py b/test/lib/mayaUsd/render/mayaToHydra/testStageInstanceablePrimsSelHighlight.py index 674fda059..3302b0f23 100644 --- a/test/lib/mayaUsd/render/mayaToHydra/testStageInstanceablePrimsSelHighlight.py +++ b/test/lib/mayaUsd/render/mayaToHydra/testStageInstanceablePrimsSelHighlight.py @@ -46,6 +46,9 @@ def test_UsdStageInstanceablePrimsSelHighlight(self): import usdUtils # usdUtils imports mayaUsd.ufe from mayaUsd import lib as mayaUsdLib + if self._usdVersion < (0, 24, 11): #This test is only working with usd 24.11+ + return + #Load a scene with a usd stage with 2 prims that have a Hierarchy #Cylinder1 is the parent of Sphere1 testFile = mayaUtils.openTestScene(