Skip to content

Commit 6f7b5ed

Browse files
authored
Fixing bugs found in RC2 (#84)
Signed-off-by: Doug Walker <[email protected]> Signed-off-by: Doug Walker <[email protected]>
1 parent 10bb046 commit 6f7b5ed

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

opencolorio_config_aces/clf/transforms/sony/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def generate_clf_transforms_sony(output_directory):
214214
filename = output_directory / clf_basename(clf_transform_id)
215215
clf_transforms[filename] = generate_clf_transform(
216216
filename,
217-
[_build_venice_sgamut3_cine_mtx()],
217+
[_build_venice_sgamut3_mtx()],
218218
clf_transform_id,
219219
f"{input_descriptor} to {output_descriptor}",
220220
input_descriptor,

opencolorio_config_aces/clf/transforms/sony/input/Sony.Input.Linear_Venice_SGamut3_to_ACES2065-1.clf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<OutputDescriptor>ACES2065-1</OutputDescriptor>
55
<Matrix inBitDepth="32f" outBitDepth="32f">
66
<Array dim="3 3">
7-
0.674257092126512 0.220571735923397 0.10517117195009
8-
-0.00931360607857167 1.10595886142466 -0.0966452553460855
9-
-0.0382090673002312 -0.017938376600236 1.05614744390047
7+
0.793329741146434 0.0890786256206771 0.117591633232888
8+
0.0155810585252582 1.03271230692988 -0.0482933654551394
9+
-0.0188647477991488 0.0127694120973433 1.0060953357018
1010
</Array>
1111
</Matrix>
1212
</ProcessList>

opencolorio_config_aces/config/studio/generate/resources/OpenColorIO-Config-ACES CG and Studio Transforms - v1.0.0-rc2 - Studio Config - Mapping.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Ordering,Colorspace,Legacy,ACEStransformID,CLFtransformID,Interface,BuiltinTrans
5959
400,Utility - Curve - Rec.1886,TRUE,,urn:aswf:ocio:transformId:1.0:OCIO:Utility:Linear_to_Rec1886-Curve:1.0,NamedTransform,,crv_rec1886,sdr-video,file-io
6060
400,Utility - Curve - Rec.709,TRUE,,urn:aswf:ocio:transformId:1.0:ITU:Utility:Linear_to_Rec709-Curve:1.0,NamedTransform,,crv_rec709,sdr-video,file-io
6161
400,Utility - Curve - sRGB,TRUE,,urn:aswf:ocio:transformId:1.0:OCIO:Utility:Linear_to_sRGB-Curve:1.0,NamedTransform,,crv_srgb,sdr-video,file-io
62-
400,Utility - Curve - ST2084,FALSE,,urn:aswf:ocio:transformId:1.0:OCIO:Utility:Linear_to_ST2084-Curve:1.0,NamedTransform,CURVE - LINEAR_to_ST-2084,crv_dolbypq_10000,hdr-video,file-io
62+
400,Utility - Curve - ST2084,FALSE,,urn:aswf:ocio:transformId:1.0:OCIO:Utility:Linear_to_ST2084-Curve:1.0,NamedTransform,CURVE - LINEAR_to_ST-2084,,hdr-video,file-io
6363
410,Utility - Linear - P3-D65,TRUE,,urn:aswf:ocio:transformId:1.0:OCIO:Utility:AP0_to_Linear_P3-D65:1.0,ColorSpace,,lin_p3d65,scene-linear,"file-io,working-space"
6464
410,Utility - Linear - Rec.2020,TRUE,,urn:aswf:ocio:transformId:1.0:OCIO:Utility:AP0_to_Linear_Rec2020:1.0,ColorSpace,,lin_rec2020,scene-linear,file-io
6565
410,Utility - Linear - Rec.709,TRUE,,urn:aswf:ocio:transformId:1.0:OCIO:Utility:AP0_to_Linear_Rec709:1.0,ColorSpace,,"lin_rec709,lin_srgb,Utility - Linear - sRGB",scene-linear,"file-io,working-space"

0 commit comments

Comments
 (0)