Updated __init__.py to reflect version no. and new LUT defaults
[OpenColorIO-Configs.git] / nuke-default / config.ocio
index 1a93aed..c977ec1 100644 (file)
@@ -27,17 +27,19 @@ active_views: [sRGB]
 colorspaces:
   - !<ColorSpace>
     name: linear
-    family: linear
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Scene-linear, high dynamic range. Used for rendering and compositing.
     isdata: false
     allocation: lg2
-    allocationvars: [-8, 8]
+    allocationvars: [-15, 6]
 
   - !<ColorSpace>
     name: sRGB
-    family: sRGB
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Standard RGB Display Space
@@ -47,8 +49,21 @@ colorspaces:
     to_reference: !<FileTransform> {src: srgb.spi1d, interpolation: linear}
 
   - !<ColorSpace>
+    name: sRGBf
+    family: ""
+    equalitygroup: ""
+    bitdepth: 32f
+    description: |
+      Standard RGB Display Space, but with additional range to preserve float highlights.
+    isdata: false
+    allocation: uniform
+    allocationvars: [-0.125, 4.875]
+    to_reference: !<FileTransform> {src: srgbf.spi1d, interpolation: linear}
+
+  - !<ColorSpace>
     name: rec709
-    family: rec709
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Rec. 709 (Full Range) Display Space
@@ -59,7 +74,8 @@ colorspaces:
 
   - !<ColorSpace>
     name: Cineon
-    family: Cineon
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Cineon (Log Film Scan)
@@ -70,7 +86,8 @@ colorspaces:
 
   - !<ColorSpace>
     name: Gamma1.8
-    family: Gamma1.8
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Emulates a idealized Gamma 1.8 display device.
@@ -81,7 +98,8 @@ colorspaces:
 
   - !<ColorSpace>
     name: Gamma2.2
-    family: Gamma2.2
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Emulates a idealized Gamma 2.2 display device.
@@ -92,7 +110,8 @@ colorspaces:
 
   - !<ColorSpace>
     name: Panalog
-    family: Panalog
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Sony/Panavision Genesis Log Space
@@ -103,7 +122,8 @@ colorspaces:
 
   - !<ColorSpace>
     name: REDLog
-    family: REDLog
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       RED Log Space
@@ -114,7 +134,8 @@ colorspaces:
 
   - !<ColorSpace>
     name: ViperLog
-    family: ViperLog
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Viper Log Space
@@ -125,7 +146,8 @@ colorspaces:
 
   - !<ColorSpace>
     name: AlexaV3LogC
-    family: AlexaV3LogC
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Alexa Log C
@@ -136,7 +158,8 @@ colorspaces:
 
   - !<ColorSpace>
     name: PLogLin
-    family: PLogLin
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Josh Pines style pivoted log/lin conversion. 445->0.18
@@ -147,7 +170,8 @@ colorspaces:
 
   - !<ColorSpace>
     name: SLog
-    family: SLog
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Sony SLog
@@ -158,7 +182,8 @@ colorspaces:
 
   - !<ColorSpace>
     name: raw
-    family: raw
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Raw Data. Used for normals, points, etc.