Skip to content

Commit

Permalink
HYDRA-764 : Move usdUtils import inside a function called after MayaU…
Browse files Browse the repository at this point in the history
…SD is loaded
  • Loading branch information
debloip-adsk committed Dec 21, 2023
1 parent 97e18a9 commit 1b810fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import fixturesUtils
import mtohUtils
import usdUtils
import unittest

import testUtils
Expand All @@ -27,6 +26,7 @@ class TestPrimInstancing(mtohUtils.MayaHydraBaseTestCase):
_file = __file__

def loadUsdScene(self):
import usdUtils
usdScenePath = testUtils.getTestScene('testPrimInstancing', 'scene.usda')
usdUtils.createStageFromFile(usdScenePath)
self.setHdStormRenderer()
Expand Down

0 comments on commit 1b810fe

Please sign in to comment.