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_panasonic_colorspaces.py;h=b8998c7726b13496625c8a8366574683005e1771;hp=5bbb26d9ece3ddd2992c31c90465586f0b43521f;hb=0343914c3673898a5b2356eb37eded81e47ae02a;hpb=cc938ac1df50558dfc72eecf934c820660357f34 diff --git a/aces_1.0.0/python/aces_ocio/create_panasonic_colorspaces.py b/aces_1.0.0/python/aces_ocio/create_panasonic_colorspaces.py index 5bbb26d..b8998c7 100644 --- a/aces_1.0.0/python/aces_ocio/create_panasonic_colorspaces.py +++ b/aces_1.0.0/python/aces_ocio/create_panasonic_colorspaces.py @@ -73,7 +73,7 @@ def create_v_log(gamut, if (x <= cutInv): return (x - 0.125) / 5.6 else: - return pow(10, (x-d)/c) - b + return pow(10, (x - d) / c) - b cs.to_reference_transforms = [] @@ -100,10 +100,10 @@ def create_v_log(gamut, if gamut == 'V-Gamut': cs.to_reference_transforms.append({ 'type': 'matrix', - 'matrix': [ 0.724382758, 0.166748484, 0.108497411, 0.0, - 0.021354009, 0.985138372, -0.006319092, 0.0, - -0.009234278, -0.00104295, 1.010272625, 0.0, - 0, 0, 0, 1.0], + 'matrix': [0.724382758, 0.166748484, 0.108497411, 0.0, + 0.021354009, 0.985138372, -0.006319092, 0.0, + -0.009234278, -0.00104295, 1.010272625, 0.0, + 0, 0, 0, 1.0], 'direction': 'forward'}) cs.from_reference_transforms = []