Skip to content

Commit

Permalink
HYDRA-1132 : Adjust camera position to accomodate different viewport …
Browse files Browse the repository at this point in the history
…sizes
  • Loading branch information
debloip-adsk committed Sep 4, 2024
1 parent 9ca0976 commit 7824d8f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ def loadUsdScene(self):
def setUp(self):
super(TestUsdNativeInstancePicking, self).setUp()
self.loadUsdScene()
cmds.select(clear=True)
cmds.setAttr('persp.translate', 0, 0, 15, type='float3')
cmds.setAttr('persp.rotate', 0, 0, 0, type='float3')
cmds.refresh()

def test_NativeInstances(self):
Expand Down

0 comments on commit 7824d8f

Please sign in to comment.