X-Git-Url: http://users.mur.at/ms/git/gitweb/?a=blobdiff_plain;f=aces_1.0.0%2Fpython%2Faces_ocio%2Fcolorspaces%2Fcanon.py;h=505f6c8ccbd92a0ed2875da950117a03eadfb1d5;hb=529f7b361204176430ea0df642e4ec00a5c54ad7;hp=620b4855414f1c6234e1123180cba489b84b02a8;hpb=e567a3894cb97877de4bb60ab4d0a9cc98a11a83;p=OpenColorIO-Configs.git diff --git a/aces_1.0.0/python/aces_ocio/colorspaces/canon.py b/aces_1.0.0/python/aces_ocio/colorspaces/canon.py index 620b485..505f6c8 100644 --- a/aces_1.0.0/python/aces_ocio/colorspaces/canon.py +++ b/aces_1.0.0/python/aces_ocio/colorspaces/canon.py @@ -12,7 +12,7 @@ import os import PyOpenColorIO as ocio -import aces_ocio.generate_lut as genlut +import aces_ocio.lut as genlut from aces_ocio.utilities import ColorSpace __author__ = 'ACES Developers' @@ -60,7 +60,7 @@ def create_c_log(gamut, cs.family = 'Input/Canon' cs.is_data = False - # A linear space needs allocation variables + # A linear space needs allocation variables. if transfer_function == '': cs.allocation_type = ocio.Constants.ALLOCATION_LG2 cs.allocation_vars = [-8, 5, 0.00390625]