Updated __init__.py to reflect version no. and new LUT defaults
[OpenColorIO-Configs.git] / nuke-default / config.ocio
index 2727517..c977ec1 100644 (file)
@@ -27,37 +27,46 @@ active_views: [sRGB]
 colorspaces:
   - !<ColorSpace>
     name: linear
-    family: linear
-    equalitygroup: 
+    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
-    equalitygroup: 
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Standard RGB Display Space
-      
     isdata: false
     allocation: uniform
     allocationvars: [-0.125, 1.125]
     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
-    equalitygroup: 
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Rec. 709 (Full Range) Display Space
-      
     isdata: false
     allocation: uniform
     allocationvars: [-0.125, 1.125]
@@ -65,12 +74,11 @@ colorspaces:
 
   - !<ColorSpace>
     name: Cineon
-    family: Cineon
-    equalitygroup: 
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Cineon (Log Film Scan)
-      
     isdata: false
     allocation: uniform
     allocationvars: [-0.125, 1.125]
@@ -78,12 +86,11 @@ colorspaces:
 
   - !<ColorSpace>
     name: Gamma1.8
-    family: Gamma1.8
-    equalitygroup: 
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Emulates a idealized Gamma 1.8 display device.
-      
     isdata: false
     allocation: uniform
     allocationvars: [0, 1]
@@ -91,12 +98,11 @@ colorspaces:
 
   - !<ColorSpace>
     name: Gamma2.2
-    family: Gamma2.2
-    equalitygroup: 
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Emulates a idealized Gamma 2.2 display device.
-      
     isdata: false
     allocation: uniform
     allocationvars: [0, 1]
@@ -104,12 +110,11 @@ colorspaces:
 
   - !<ColorSpace>
     name: Panalog
-    family: Panalog
-    equalitygroup: 
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Sony/Panavision Genesis Log Space
-      
     isdata: false
     allocation: uniform
     allocationvars: [-0.125, 1.125]
@@ -117,12 +122,11 @@ colorspaces:
 
   - !<ColorSpace>
     name: REDLog
-    family: REDLog
-    equalitygroup: 
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       RED Log Space
-      
     isdata: false
     allocation: uniform
     allocationvars: [-0.125, 1.125]
@@ -130,12 +134,11 @@ colorspaces:
 
   - !<ColorSpace>
     name: ViperLog
-    family: ViperLog
-    equalitygroup: 
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Viper Log Space
-      
     isdata: false
     allocation: uniform
     allocationvars: [-0.125, 1.125]
@@ -143,12 +146,11 @@ colorspaces:
 
   - !<ColorSpace>
     name: AlexaV3LogC
-    family: AlexaV3LogC
-    equalitygroup: 
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Alexa Log C
-      
     isdata: false
     allocation: uniform
     allocationvars: [-0.125, 1.125]
@@ -156,12 +158,11 @@ colorspaces:
 
   - !<ColorSpace>
     name: PLogLin
-    family: PLogLin
-    equalitygroup: 
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Josh Pines style pivoted log/lin conversion. 445->0.18
-      
     isdata: false
     allocation: uniform
     allocationvars: [-0.125, 1.125]
@@ -169,12 +170,11 @@ colorspaces:
 
   - !<ColorSpace>
     name: SLog
-    family: SLog
-    equalitygroup: 
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Sony SLog
-      
     isdata: false
     allocation: uniform
     allocationvars: [-0.125, 1.125]
@@ -182,11 +182,10 @@ colorspaces:
 
   - !<ColorSpace>
     name: raw
-    family: raw
-    equalitygroup: 
+    family: ""
+    equalitygroup: ""
     bitdepth: 32f
     description: |
       Raw Data. Used for normals, points, etc.
-      
     isdata: true
     allocation: uniform