From 67f8f251eec6312a8bcead477a0dda63e5696506 Mon Sep 17 00:00:00 2001 From: Haarm-Pieter Duiker Date: Wed, 29 Apr 2015 11:54:24 -0700 Subject: [PATCH] Minor change to remove difference in colorspace used for 'Linear' Display between Nuke-specific and generic config file --- aces_1.0.0/python/aces_ocio/create_aces_config.py | 3 --- 1 file changed, 3 deletions(-) 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 -- 1.7.10.4