X-Git-Url: http://users.mur.at/ms/git/gitweb/?a=blobdiff_plain;f=aces_1.0.0%2Fpython%2Faces_ocio%2Fcolorspaces%2Fred.py;h=0614a7fc54d05ef7963c879c2d230bb063a193c6;hb=465abef462555baa505ed88b9e6e3f22b4a9c090;hp=8ea1b0b9c13d7b8f4ac06faaeff6a4634987d3ea;hpb=3ccc0faed7b36212c0fea9b61303d800270e7b4b;p=OpenColorIO-Configs.git diff --git a/aces_1.0.0/python/aces_ocio/colorspaces/red.py b/aces_1.0.0/python/aces_ocio/colorspaces/red.py index 8ea1b0b..0614a7f 100644 --- a/aces_1.0.0/python/aces_ocio/colorspaces/red.py +++ b/aces_1.0.0/python/aces_ocio/colorspaces/red.py @@ -12,7 +12,7 @@ import os import PyOpenColorIO as ocio -import aces_ocio.lut as genlut +import aces_ocio.generate_lut as genlut from aces_ocio.utilities import ColorSpace, mat44_from_mat33 __author__ = 'ACES Developers'