From ab7cfe33da8d699b47202e194ad1f1d543c98a22 Mon Sep 17 00:00:00 2001 From: Haarm-Pieter Duiker Date: Tue, 23 Jun 2015 12:32:19 -0700 Subject: [PATCH] Fixed issue with mismatched gamut name in different functions --- aces_1.0.0/python/aces_ocio/colorspaces/gopro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..0b05f57 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, -- 1.7.10.4