Skip to content

Commit

Permalink
Adding that this test is only for usd 24.11+
Browse files Browse the repository at this point in the history
  • Loading branch information
lanierd-adsk committed Dec 6, 2024
1 parent 5499e36 commit 699ecb0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 699ecb0

Please sign in to comment.