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=0b05f5714a6284ff17f404f10a8d45e96b143014;hpb=ab7cfe33da8d699b47202e194ad1f1d543c98a22;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 0b05f57..f44dde2 100644 --- a/aces_1.0.0/python/aces_ocio/colorspaces/gopro.py +++ b/aces_1.0.0/python/aces_ocio/colorspaces/gopro.py @@ -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