X-Git-Url: http://users.mur.at/ms/git/gitweb/?p=OpenColorIO-Configs.git;a=blobdiff_plain;f=aces_1.0.0%2Fpython%2Faces_ocio%2Fcreate_general_colorspaces.py;h=6fd7377e794ca2c847b57890268b6048d691aff4;hp=7064a5742b78da85d377e40ab099c1e62a329220;hb=17ca8bd58c0fb24dd81fe70169268d39525bdeb7;hpb=8697190075f34b4d52c1369b784649605513b156 diff --git a/aces_1.0.0/python/aces_ocio/create_general_colorspaces.py b/aces_1.0.0/python/aces_ocio/create_general_colorspaces.py index 7064a57..6fd7377 100644 --- a/aces_1.0.0/python/aces_ocio/create_general_colorspaces.py +++ b/aces_1.0.0/python/aces_ocio/create_general_colorspaces.py @@ -98,6 +98,7 @@ def create_colorspaces(lut_directory, colorspaces = [] cs = create_generic_matrix('XYZ', + to_reference_values=[aces.ACES_XYZ_TO_AP0], from_reference_values=[aces.ACES_AP0_TO_XYZ], aliases=["lin_xyz"]) colorspaces.append(cs) @@ -105,6 +106,7 @@ def create_colorspaces(lut_directory, cs = create_generic_matrix( 'Linear - AP1', to_reference_values=[aces.ACES_AP1_TO_AP0], + from_reference_values=[aces.ACES_AP0_TO_AP1], aliases=["lin_ap1"]) colorspaces.append(cs)