SpImport now loads version 2
authorKaz Tanaka <kazunori_tanaka@mac.com>
Mon, 30 Jan 2012 22:07:51 +0000 (14:07 -0800)
committerKaz Tanaka <kazunori_tanaka@mac.com>
Mon, 30 Jan 2012 22:07:51 +0000 (14:07 -0800)
spi-anim/makeconfig_anim.py
spi-vfx/make_vfx_ocio.py

index c703737..e3ff191 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 import SpImport, math, os, sys
-OCIO = SpImport.SpComp2("PyOpenColorIO",1)
+OCIO = SpImport.SpComp2("PyOpenColorIO",2)
 
 
 
index dbe8a55..f945580 100644 (file)
@@ -3,7 +3,7 @@
 
 import  math, os, sys
 import SpImport
-OCIO = SpImport.SpComp2("PyOpenColorIO",1)
+OCIO = SpImport.SpComp2("PyOpenColorIO",2)
 
 print "OCIO",OCIO.version