Skip to content

Commit

Permalink
Merge pull request #4038 from Autodesk/bailp/EMSUSD-1912/dirty-stage-…
Browse files Browse the repository at this point in the history
…light

EMSUSD-1912 Re-enable light test for USD 24.11
  • Loading branch information
seando-adsk authored Dec 11, 2024
2 parents 94ed067 + 8023729 commit 6337dbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/lib/ufe/testLight.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ def testUsdVolumeLights(self):
usdDomeLight = usdUtils.getPrimFromSceneItem(domelightItem)
self._TestDomeLight(ufeDomeLight, usdDomeLight)

@unittest.skipUnless(Usd.GetVersion() < (0, 24, 11), 'USD 24.11 reports the root layer dirty even though data is unmodified.')
def testLoadingLight(self):
'''
Verify that the act of loading a stage with lights does not dirty the stage.
Expand All @@ -329,7 +328,6 @@ def testLoadingLight(self):
# Verify the stage is not dirty
def verifyClean():
layer: Sdf.Layer = stage.GetRootLayer()
print(layer.ExportToString())
self.assertFalse(layer.dirty)

verifyClean()
Expand Down

0 comments on commit 6337dbb

Please sign in to comment.