From: Haarm-Pieter Duiker Date: Wed, 29 Apr 2015 18:54:24 +0000 (-0700) Subject: Minor change to remove difference in colorspace used for 'Linear' Display between... X-Git-Url: http://users.mur.at/ms/git/gitweb/?p=OpenColorIO-Configs.git;a=commitdiff_plain;h=67f8f251eec6312a8bcead477a0dda63e5696506 Minor change to remove difference in colorspace used for 'Linear' Display between Nuke-specific and generic config file --- diff --git a/aces_1.0.0/python/aces_ocio/create_aces_config.py b/aces_1.0.0/python/aces_ocio/create_aces_config.py index 5a579ca..3fedf31 100755 --- a/aces_1.0.0/python/aces_ocio/create_aces_config.py +++ b/aces_1.0.0/python/aces_ocio/create_aces_config.py @@ -545,9 +545,6 @@ def generate_LUTs(odt_info, raw = general.create_raw() config_data['colorSpaces'].append(raw) - # Override 'linear' display - config_data['linearDisplaySpace'] = raw - # Override certain roles, for now config_data['roles']['data'] = raw.name config_data['roles']['reference'] = raw.name