From: Kaz Tanaka Date: Mon, 30 Jan 2012 22:07:51 +0000 (-0800) Subject: SpImport now loads version 2 X-Git-Tag: v1.0_r1~7 X-Git-Url: http://users.mur.at/ms/git/gitweb/?p=OpenColorIO-Configs.git;a=commitdiff_plain;h=beabafbcf3719dc941b3bcbf70f3312ae705e028 SpImport now loads version 2 --- diff --git a/spi-anim/makeconfig_anim.py b/spi-anim/makeconfig_anim.py index c703737..e3ff191 100644 --- a/spi-anim/makeconfig_anim.py +++ b/spi-anim/makeconfig_anim.py @@ -1,7 +1,7 @@ #!/usr/bin/env python import SpImport, math, os, sys -OCIO = SpImport.SpComp2("PyOpenColorIO",1) +OCIO = SpImport.SpComp2("PyOpenColorIO",2) diff --git a/spi-vfx/make_vfx_ocio.py b/spi-vfx/make_vfx_ocio.py index dbe8a55..f945580 100644 --- a/spi-vfx/make_vfx_ocio.py +++ b/spi-vfx/make_vfx_ocio.py @@ -3,7 +3,7 @@ import math, os, sys import SpImport -OCIO = SpImport.SpComp2("PyOpenColorIO",1) +OCIO = SpImport.SpComp2("PyOpenColorIO",2) print "OCIO",OCIO.version