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_gopro_colorspaces.py;h=b20853715038f6eeb524b7a0a7c7267be9b2940e;hp=b032baab5e216d0202c090757919d3759c0a55bc;hb=0343914c3673898a5b2356eb37eded81e47ae02a;hpb=cc938ac1df50558dfc72eecf934c820660357f34 diff --git a/aces_1.0.0/python/aces_ocio/create_gopro_colorspaces.py b/aces_1.0.0/python/aces_ocio/create_gopro_colorspaces.py index b032baa..b208537 100644 --- a/aces_1.0.0/python/aces_ocio/create_gopro_colorspaces.py +++ b/aces_1.0.0/python/aces_ocio/create_gopro_colorspaces.py @@ -102,9 +102,9 @@ def create_protune(gamut, if gamut == 'Protune Gamut': cs.to_reference_transforms.append({ 'type': 'matrix', - 'matrix': [ 0.533448429, 0.32413911, 0.142412421, 0, - -0.050729924, 1.07572006, -0.024990416, 0, - 0.071419661, -0.290521962, 1.219102381, 0, + 'matrix': [0.533448429, 0.32413911, 0.142412421, 0, + -0.050729924, 1.07572006, -0.024990416, 0, + 0.071419661, -0.290521962, 1.219102381, 0, 0, 0, 0, 1], 'direction': 'forward'})