nuke_default:updated linear gpu allocations to use -15 to 6 stops range
authorJeremy Selan <jeremy.selan@gmail.com>
Wed, 11 Jan 2012 01:33:49 +0000 (17:33 -0800)
committerJeremy Selan <jeremy.selan@gmail.com>
Wed, 11 Jan 2012 01:33:49 +0000 (17:33 -0800)
nuke-default/config.ocio
nuke-default/make.py

index 2727517..6466eba 100644 (file)
@@ -35,7 +35,7 @@ colorspaces:
       
     isdata: false
     allocation: lg2
-    allocationvars: [-8, 8]
+    allocationvars: [-15, 6]
 
   - !<ColorSpace>
     name: sRGB
index 1a3f0fa..05f3e7b 100755 (executable)
@@ -54,7 +54,7 @@ cs = OCIO.ColorSpace(name='linear')
 cs.setDescription("Scene-linear, high dynamic range. Used for rendering and compositing.")
 cs.setBitDepth(OCIO.Constants.BIT_DEPTH_F32)
 cs.setAllocation(OCIO.Constants.ALLOCATION_LG2)
-cs.setAllocationVars([-8.0, 8.0])
+cs.setAllocationVars([-15.0, 6.0])
 config.addColorSpace(cs)