Skip to content

Commit

Permalink
Updated baseline images for more reliable error detection. (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppt-adsk authored Nov 29, 2024
1 parent 0c4893b commit c330677
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def setUpReferenceScene(self):
self.assertTrue(aPrim.HasAuthoredReferences())
self.setHdStormRenderer()

self.setBasicCam(2)

def setUpPayloadScene(self):
mayaUtils.openNewScene()
import mayaUsd_createStageWithNewLayer
Expand Down Expand Up @@ -90,6 +92,8 @@ def setUpPayloadScene(self):
self.a = ufe.Hierarchy.createItem(aPath)
self.b = ufe.Hierarchy.createItem(bPath)

self.setBasicCam(2)

cmds.select(clear=True)

def test_UsdStagePayloadsOnTheFly(self):
Expand Down

0 comments on commit c330677

Please sign in to comment.