Removed Rec.2020 12 bit curve and colorspace to simplify matters.
[OpenColorIO-Configs.git] / aces_1.0.0 / python / aces_ocio / aces_config.py
index c762485..3ec0a72 100755 (executable)
@@ -350,6 +350,8 @@ def create_config(config_data, gui=False):
 
     print("")
 
+    #print( "color spaces : %s" % [x.name for x in sorted(config_data['colorSpaces'])])
+
     # Creating the remaining colorspaces.
     for colorspace in sorted(config_data['colorSpaces']):
         print('Creating new color space : %s' % colorspace.name)