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%2Fcolorspaces%2Fgopro.py;h=b64cee9cd882aaba7c6d594c7d4e2a3dc309af9d;hp=af660e4d1cf5ff6458c0804a3e5cc54478205967;hb=e567a3894cb97877de4bb60ab4d0a9cc98a11a83;hpb=918520c7cc16aa549e2af0f57b630905063bad19 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 af660e4..b64cee9 100644 --- a/aces_1.0.0/python/aces_ocio/colorspaces/gopro.py +++ b/aces_1.0.0/python/aces_ocio/colorspaces/gopro.py @@ -28,7 +28,6 @@ __all__ = ['create_protune', def create_protune(gamut, transfer_function, - name, lut_directory, lut_resolution_1d, aliases): @@ -133,7 +132,6 @@ def create_colorspaces(lut_directory, lut_resolution_1d): protune_1 = create_protune( 'Protune Native', 'Protune Flat', - 'Protune', lut_directory, lut_resolution_1d, ['protuneflat_protunegamutexp']) @@ -143,7 +141,6 @@ def create_colorspaces(lut_directory, lut_resolution_1d): protune_2 = create_protune( '', 'Protune Flat', - 'Protune', lut_directory, lut_resolution_1d, ['crv_protuneflat']) @@ -153,7 +150,6 @@ def create_colorspaces(lut_directory, lut_resolution_1d): protune_3 = create_protune( 'Protune Native', '', - 'Protune', lut_directory, lut_resolution_1d, ['lin_protunegamutexp'])