X-Git-Url: http://users.mur.at/ms/git/gitweb/?a=blobdiff_plain;f=aces_1.0.0%2Fpython%2Faces_ocio%2Fcolorspaces%2Fgopro.py;h=f44dde2e5f8c03c4a81718937a6db8e200183696;hb=07d70535fd63c090b57c754758a0b2ae3ff121ac;hp=0f822b42430ef976c6ec5027e7d83e86069cde4a;hpb=60ea234c1a9c7be5898ba35a6f548357d6deb874;p=OpenColorIO-Configs.git diff --git a/aces_1.0.0/python/aces_ocio/colorspaces/gopro.py b/aces_1.0.0/python/aces_ocio/colorspaces/gopro.py index 0f822b4..f44dde2 100644 --- a/aces_1.0.0/python/aces_ocio/colorspaces/gopro.py +++ b/aces_1.0.0/python/aces_ocio/colorspaces/gopro.py @@ -99,7 +99,7 @@ def create_protune(gamut, 'interpolation': 'linear', 'direction': 'forward'}) - if gamut == 'Protune Gamut': + if gamut == 'Protune Native': cs.to_reference_transforms.append({ 'type': 'matrix', 'matrix': [0.533448429, 0.32413911, 0.142412421, 0, @@ -136,7 +136,7 @@ def create_colorspaces(lut_directory, lut_resolution_1d): 'Protune', lut_directory, lut_resolution_1d, - ["protuneflat_protunegamutexp"]) + ['protuneflat_protunegamutexp']) colorspaces.append(protune_1) # Linearization Only @@ -146,7 +146,7 @@ def create_colorspaces(lut_directory, lut_resolution_1d): 'Protune', lut_directory, lut_resolution_1d, - ["crv_protuneflat"]) + ['crv_protuneflat']) colorspaces.append(protune_2) # Primaries Only @@ -156,7 +156,7 @@ def create_colorspaces(lut_directory, lut_resolution_1d): 'Protune', lut_directory, lut_resolution_1d, - ["lin_protunegamutexp"]) + ['lin_protunegamutexp']) colorspaces.append(protune_3) return colorspaces