Skip to content

Commit 43b4590

Browse files
committed
usdPrints
1 parent 102cba6 commit 43b4590

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

startup/GafferScene/usd.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,23 @@
3434
#
3535
##########################################################################
3636

37+
print( "usd.py 1", flush = True )
38+
3739
import os
3840

41+
print( "usd.py 2", flush = True )
42+
3943
import IECore
4044

45+
print( "usd.py 3", flush = True )
46+
4147
moduleSearchPath = IECore.SearchPath( os.environ["PYTHONPATH"] )
4248
if moduleSearchPath.find( "IECoreUSD" ) and moduleSearchPath.find( "pxr/Usd" ) :
4349

50+
print( "usd.py 4", flush = True )
51+
4452
# Import IECoreUSD so that we get the USD SceneInterface registered,
4553
# providing USD functionality to both the SceneReader and SceneWriter.
4654
import IECoreUSD
55+
56+
print( "usd.py 5", flush = True )

0 commit comments

Comments
 (0)