nuke_default:updated linear gpu allocations to use -15 to 6 stops range
[OpenColorIO-Configs.git] / nuke-default / make.py
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)