Renamed 'sRGB' utility colorspace to 'sRGB - Texture'
authorHaarm-Pieter Duiker <hpd1@duikerresearch.com>
Wed, 2 Sep 2015 02:50:46 +0000 (19:50 -0700)
committerHaarm-Pieter Duiker <hpd1@duikerresearch.com>
Wed, 2 Sep 2015 02:50:46 +0000 (19:50 -0700)
aces_1.0.0/config.ocio
aces_1.0.0/python/aces_ocio/colorspaces/general.py

index 6397a38..4585774 100644 (file)
@@ -1613,12 +1613,12 @@ colorspaces:
     to_reference: !<FileTransform> {src: sRGB_to_linear.spi1d, interpolation: linear}
 
   - !<ColorSpace>
     to_reference: !<FileTransform> {src: sRGB_to_linear.spi1d, interpolation: linear}
 
   - !<ColorSpace>
-    name: Utility - sRGB
+    name: Utility - sRGB - Texture
     family: Utility
     family: Utility
-    equalitygroup: sRGB
+    equalitygroup: sRGB - Texture
     bitdepth: 32f
     description: |
     bitdepth: 32f
     description: |
-      The sRGB color space
+      The sRGB - Texture color space
     isdata: false
     allocation: uniform
     allocationvars: [0, 1]
     isdata: false
     allocation: uniform
     allocationvars: [0, 1]
@@ -3350,16 +3350,16 @@ colorspaces:
     to_reference: !<ColorSpaceTransform> {src: Utility - Curve - sRGB, dst: ACES - ACES2065-1}
 
   - !<ColorSpace>
     to_reference: !<ColorSpaceTransform> {src: Utility - Curve - sRGB, dst: ACES - ACES2065-1}
 
   - !<ColorSpace>
-    name: srgb
+    name: srgb_texture
     family: Aliases
     family: Aliases
-    equalitygroup: sRGB
+    equalitygroup: sRGB - Texture
     bitdepth: 32f
     description: |
     bitdepth: 32f
     description: |
-      The sRGB color space
+      The sRGB - Texture color space
     isdata: false
     allocation: uniform
     allocationvars: [0, 1]
     isdata: false
     allocation: uniform
     allocationvars: [0, 1]
-    from_reference: !<ColorSpaceTransform> {src: ACES - ACES2065-1, dst: Utility - sRGB}
+    from_reference: !<ColorSpaceTransform> {src: ACES - ACES2065-1, dst: Utility - sRGB - Texture}
 
   - !<ColorSpace>
     name: lin_rec709
 
   - !<ColorSpace>
     name: lin_rec709
index ad91a64..71b7950 100644 (file)
@@ -502,13 +502,13 @@ def create_colorspaces(lut_directory,
 
     # *ACES* to *sRGB* Primaries + Transfer Function*
     cs = create_matrix_plus_transfer_colorspace(
 
     # *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],
         '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)
 
     # -------------------------------------------------------------------------
     colorspaces.append(cs)
 
     # -------------------------------------------------------------------------