Updated __init__.py to reflect version no. and new LUT defaults
[OpenColorIO-Configs.git] / spi-vfx / config.ocio
index 25e488e..21aa337 100644 (file)
@@ -32,6 +32,7 @@ colorspaces:
   - !<ColorSpace>
     name: lnf
     family: ln
+    equalitygroup: 
     bitdepth: 32f
     description: |
       lnf :  linear show space
@@ -42,6 +43,7 @@ colorspaces:
   - !<ColorSpace>
     name: lnh
     family: ln
+    equalitygroup: 
     bitdepth: 16f
     description: |
       lnh :  linear show space
@@ -52,6 +54,7 @@ colorspaces:
   - !<ColorSpace>
     name: ln16
     family: ln
+    equalitygroup: 
     bitdepth: 16ui
     description: |
       ln16 : linear show space
@@ -62,6 +65,7 @@ colorspaces:
   - !<ColorSpace>
     name: lg16
     family: lg
+    equalitygroup: 
     bitdepth: 16ui
     description: |
       lg16 : conversion from film log 
@@ -72,6 +76,7 @@ colorspaces:
   - !<ColorSpace>
     name: lg10
     family: lg
+    equalitygroup: 
     bitdepth: 10ui
     description: |
       lg10 : conversion from film log
@@ -82,6 +87,7 @@ colorspaces:
   - !<ColorSpace>
     name: lgf
     family: lg
+    equalitygroup: 
     bitdepth: 32f
     description: |
       lgf : conversion from film log
@@ -93,9 +99,10 @@ colorspaces:
   - !<ColorSpace>
     name: gn10
     family: gn
+    equalitygroup: 
     bitdepth: 10ui
     description: |
-      gn10 : The 10bit int conversion from Panalog to linear
+      gn10 :conversion from Panalog
     isdata: false
     allocation: uniform
     to_reference: !<FileTransform> {src: gn10.spi1d, interpolation: nearest}
@@ -103,6 +110,7 @@ colorspaces:
   - !<ColorSpace>
     name: vd16
     family: vd
+    equalitygroup: 
     bitdepth: 16ui
     description: |
       vd16 :conversion from a gamma 2.2 
@@ -116,6 +124,7 @@ colorspaces:
   - !<ColorSpace>
     name: vd10
     family: vd
+    equalitygroup: 
     bitdepth: 10ui
     description: |
       vd10 :conversion from a gamma 2.2 
@@ -129,6 +138,7 @@ colorspaces:
   - !<ColorSpace>
     name: vd8
     family: vd
+    equalitygroup: 
     bitdepth: 8ui
     description: |
       vd8 :conversion from a gamma 2.2
@@ -142,9 +152,10 @@ colorspaces:
   - !<ColorSpace>
     name: hd10
     family: hd
+    equalitygroup: 
     bitdepth: 10ui
     description: |
-      hd10 : The simple 10bit int conversion from REC709 to linear
+      hd10 : conversion from REC709
     isdata: false
     allocation: uniform
     to_reference: !<GroupTransform>
@@ -155,6 +166,7 @@ colorspaces:
   - !<ColorSpace>
     name: dt16
     family: dt
+    equalitygroup: 
     bitdepth: 16ui
     description: |
       dt16 :conversion for diffuse texture
@@ -168,6 +180,7 @@ colorspaces:
   - !<ColorSpace>
     name: cpf
     family: cp
+    equalitygroup: 
     bitdepth: 32f
     description: |
       cpf :video like conversion used for color picking 
@@ -178,6 +191,7 @@ colorspaces:
   - !<ColorSpace>
     name: nc8
     family: nc
+    equalitygroup: 
     bitdepth: 8ui
     description: |
       nc8 :nc,Non-color used to store non-color data such as depth or surface normals
@@ -187,6 +201,7 @@ colorspaces:
   - !<ColorSpace>
     name: nc10
     family: nc
+    equalitygroup: 
     bitdepth: 10ui
     description: |
       nc10 :nc,Non-color used to store non-color data such as depth or surface normals
@@ -196,6 +211,7 @@ colorspaces:
   - !<ColorSpace>
     name: nc16
     family: nc
+    equalitygroup: 
     bitdepth: 16ui
     description: |
       nc16 :nc,Non-color used to store non-color data such as depth or surface normals
@@ -205,6 +221,7 @@ colorspaces:
   - !<ColorSpace>
     name: ncf
     family: nc
+    equalitygroup: 
     bitdepth: 32f
     description: |
       ncf :nc,Non-color used to store non-color data such as depth or surface normals
@@ -214,6 +231,7 @@ colorspaces:
   - !<ColorSpace>
     name: srgb8
     family: srgb
+    equalitygroup: 
     bitdepth: 8ui
     description: |
       srgb8 :rgb display space for the srgb standard.
@@ -227,6 +245,7 @@ colorspaces:
   - !<ColorSpace>
     name: p3dci8
     family: p3dci
+    equalitygroup: 
     bitdepth: 8ui
     description: |
       p3dci8 :rgb display space for gamma 2.6 P3 projection.
@@ -236,3 +255,19 @@ colorspaces:
       children:
         - !<ColorSpaceTransform> {src: lnf, dst: lg10}
         - !<FileTransform> {src: colorworks_filmlg_to_p3.3dl, interpolation: linear}
+
+  - !<ColorSpace>
+    name: xyz16
+    family: xyz
+    equalitygroup: 
+    bitdepth: 16ui
+    description: |
+      xyz16 :Conversion for  DCP creation.
+    isdata: false
+    allocation: uniform
+    from_reference: !<GroupTransform>
+      children:
+        - !<ColorSpaceTransform> {src: lnf, dst: p3dci8}
+        - !<ExponentTransform> {value: [2.6, 2.6, 2.6, 1]}
+        - !<FileTransform> {src: p3_to_xyz16_corrected_wp.spimtx, interpolation: unknown}
+        - !<ExponentTransform> {value: [2.6, 2.6, 2.6, 1], direction: inverse}