File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
opencolorio_config_aces/clf/transforms/canon Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1919 generate_clf_transform ,
2020 matrix_RGB_to_RGB_transform ,
2121)
22- from opencolorio_config_aces .config import transform_factory
2322
2423__author__ = "OpenColorIO Contributors"
2524__copyright__ = "Copyright Contributors to the OpenColorIO Project."
@@ -78,9 +77,7 @@ def generate_clf_transforms_canon(output_directory):
7877
7978 bt = ocio .BuiltinTransform (style = "CANON_CLOG3-CGAMUT_to_ACES2065-1" )
8079
81- mtx = matrix_RGB_to_RGB_transform (
82- "Cinema Gamut" , "ACES2065-1" , "CAT02"
83- )
80+ mtx = matrix_RGB_to_RGB_transform ("Cinema Gamut" , "ACES2065-1" , "CAT02" )
8481
8582 aces_transform_id = (
8683 "urn:ampas:aces:transformId:v1.5:"
@@ -124,7 +121,7 @@ def generate_clf_transforms_canon(output_directory):
124121
125122 # Generate `NamedTransform` for log curve only.
126123
127- # TODO: This will have to wait for OCIO 2.2 in order to do this without
124+ # TODO: This will have to wait for OCIO 2.2 in order to do this without
128125 # requiring an external LUT file.
129126
130127 return clf_transforms
You can’t perform that action at this time.
0 commit comments