Fixed issue with mismatched gamut name in different functions
authorHaarm-Pieter Duiker <hpd1@duikerresearch.com>
Tue, 23 Jun 2015 19:32:19 +0000 (12:32 -0700)
committerHaarm-Pieter Duiker <hpd1@duikerresearch.com>
Tue, 23 Jun 2015 19:32:19 +0000 (12:32 -0700)
aces_1.0.0/python/aces_ocio/colorspaces/gopro.py

index 0f822b4..0b05f57 100644 (file)
@@ -99,7 +99,7 @@ def create_protune(gamut,
             'interpolation': 'linear',
             'direction': 'forward'})
 
             '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,
         cs.to_reference_transforms.append({
             'type': 'matrix',
             'matrix': [0.533448429, 0.32413911, 0.142412421, 0,