Changed allocation for matrix-only utility colorspaces to allow for better operation...
[OpenColorIO-Configs.git] / aces_1.0.1 / python / aces_ocio / colorspaces / general.py
index 71b7950..b829d90 100644 (file)
@@ -79,8 +79,8 @@ def create_matrix_colorspace(name='matrix',
     cs.is_data = False
 
     # A linear space needs allocation variables.
     cs.is_data = False
 
     # A linear space needs allocation variables.
-    cs.allocation_type = ocio.Constants.ALLOCATION_UNIFORM
-    cs.allocation_vars = [0, 1]
+    cs.allocation_type = ocio.Constants.ALLOCATION_LG2
+    cs.allocation_vars = [-8, 5, 0.00390625]
 
     cs.to_reference_transforms = []
     if to_reference_values:
 
     cs.to_reference_transforms = []
     if to_reference_values: