We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102cba6 commit 43b4590Copy full SHA for 43b4590
startup/GafferScene/usd.py
@@ -34,13 +34,23 @@
34
#
35
##########################################################################
36
37
+print( "usd.py 1", flush = True )
38
+
39
import os
40
41
+print( "usd.py 2", flush = True )
42
43
import IECore
44
45
+print( "usd.py 3", flush = True )
46
47
moduleSearchPath = IECore.SearchPath( os.environ["PYTHONPATH"] )
48
if moduleSearchPath.find( "IECoreUSD" ) and moduleSearchPath.find( "pxr/Usd" ) :
49
50
+ print( "usd.py 4", flush = True )
51
52
# Import IECoreUSD so that we get the USD SceneInterface registered,
53
# providing USD functionality to both the SceneReader and SceneWriter.
54
import IECoreUSD
55
56
+ print( "usd.py 5", flush = True )
0 commit comments