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%2Faces_config.py;h=3ec0a7248d0743faff2c263a77c51fda79cdb28c;hp=c762485b9499225df771d0b0d5a1fb67479bf931;hb=36e508461522c0510e0c758687a6560fd4b0804e;hpb=60ea234c1a9c7be5898ba35a6f548357d6deb874 diff --git a/aces_1.0.0/python/aces_ocio/aces_config.py b/aces_1.0.0/python/aces_ocio/aces_config.py index c762485..3ec0a72 100755 --- a/aces_1.0.0/python/aces_ocio/aces_config.py +++ b/aces_1.0.0/python/aces_ocio/aces_config.py @@ -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)