From 5af97e4c92efec7ac9b0e1e0ac2e65dddafbc420 Mon Sep 17 00:00:00 2001 From: Haarm-Pieter Duiker Date: Tue, 1 Sep 2015 19:50:46 -0700 Subject: [PATCH] Renamed 'sRGB' utility colorspace to 'sRGB - Texture' --- aces_1.0.0/config.ocio | 14 +++++++------- aces_1.0.0/python/aces_ocio/colorspaces/general.py | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/aces_1.0.0/config.ocio b/aces_1.0.0/config.ocio index 6397a38..4585774 100644 --- a/aces_1.0.0/config.ocio +++ b/aces_1.0.0/config.ocio @@ -1613,12 +1613,12 @@ colorspaces: to_reference: ! {src: sRGB_to_linear.spi1d, interpolation: linear} - ! - name: Utility - sRGB + name: Utility - sRGB - Texture family: Utility - equalitygroup: sRGB + equalitygroup: sRGB - Texture bitdepth: 32f description: | - The sRGB color space + The sRGB - Texture color space isdata: false allocation: uniform allocationvars: [0, 1] @@ -3350,16 +3350,16 @@ colorspaces: to_reference: ! {src: Utility - Curve - sRGB, dst: ACES - ACES2065-1} - ! - name: srgb + name: srgb_texture family: Aliases - equalitygroup: sRGB + equalitygroup: sRGB - Texture bitdepth: 32f description: | - The sRGB color space + The sRGB - Texture color space isdata: false allocation: uniform allocationvars: [0, 1] - from_reference: ! {src: ACES - ACES2065-1, dst: Utility - sRGB} + from_reference: ! {src: ACES - ACES2065-1, dst: Utility - sRGB - Texture} - ! name: lin_rec709 diff --git a/aces_1.0.0/python/aces_ocio/colorspaces/general.py b/aces_1.0.0/python/aces_ocio/colorspaces/general.py index ad91a64..71b7950 100644 --- a/aces_1.0.0/python/aces_ocio/colorspaces/general.py +++ b/aces_1.0.0/python/aces_ocio/colorspaces/general.py @@ -502,13 +502,13 @@ def create_colorspaces(lut_directory, # *ACES* to *sRGB* Primaries + Transfer Function* cs = create_matrix_plus_transfer_colorspace( - 'sRGB', + 'sRGB - Texture', 'sRGB', transfer_function_sRGB_to_linear, lut_directory, lut_resolution_1d, from_reference_values=[aces.ACES_AP0_TO_XYZ, XYZ_to_Rec709], - aliases=['srgb']) + aliases=['srgb_texture']) colorspaces.append(cs) # ------------------------------------------------------------------------- -- 1.7.10.4