From beabafbcf3719dc941b3bcbf70f3312ae705e028 Mon Sep 17 00:00:00 2001 From: Kaz Tanaka Date: Mon, 30 Jan 2012 14:07:51 -0800 Subject: [PATCH] SpImport now loads version 2 --- spi-anim/makeconfig_anim.py | 2 +- spi-vfx/make_vfx_ocio.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4