Skip to content

Commit 53dd1a0

Browse files
committed
Implement initial support for *ACES* 2.0.
Signed-off-by: Thomas Mansencal <[email protected]>
1 parent 308c9d1 commit 53dd1a0

File tree

41 files changed

+399
-469
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+399
-469
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "opencolorio_config_aces/config/reference/aces-dev"]
2-
path = opencolorio_config_aces/config/reference/aces-dev
3-
url = https://github.com/ampas/aces-dev.git
1+
[submodule "opencolorio_config_aces/config/reference/aces-system"]
2+
path = opencolorio_config_aces/config/reference/aces-system
3+
url = https://github.com/colour-science/aces-system

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ The following features are available:
4444

4545
- Discovery of *aces-dev* *CTL* transforms.
4646
- Generation of the *CTL* transforms graph.
47-
- `Spreadsheet <https://docs.google.com/spreadsheets/d/1SXPt-USy3HlV2G2qAvh9zit6ZCINDOlfKT07yXJdWLg>`__-driven generation.
47+
- `Spreadsheet <https://docs.google.com/spreadsheets/d/1z3xsy3sF0I-8AN_tkMOEjHlAs13ba7VAVhrE8v4WIyo>`__-driven generation.
4848

4949
- Generators producing the *OCIO* **CG** and **Studio** configurations.
50-
- `Spreadsheet <https://docs.google.com/spreadsheets/d/1nE95DEVtxtEkcIEaJk0WekyEH0Rcs8z_3fdwUtqP8V4>`__-driven generation.
50+
- `Spreadsheet <https://docs.google.com/spreadsheets/d/1PXjTzBVYonVFIceGkLDaqcEJvKR6OI63DwZX0aajl3A>`__-driven generation.
5151

5252
- Included *CLF* transforms along with generator and discovery support.
5353

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ The following features are available:
2626

2727
- Discovery of *aces-dev* *CTL* transforms.
2828
- Generation of the *CTL* transforms graph.
29-
- `Spreadsheet <https://docs.google.com/spreadsheets/d/1SXPt-USy3HlV2G2qAvh9zit6ZCINDOlfKT07yXJdWLg>`__-driven generation.
29+
- `Spreadsheet <https://docs.google.com/spreadsheets/d/1z3xsy3sF0I-8AN_tkMOEjHlAs13ba7VAVhrE8v4WIyo>`__-driven generation.
3030

3131
- Generators producing the *OCIO* **CG** and **Studio** configurations.
32-
- `Spreadsheet <https://docs.google.com/spreadsheets/d/1nE95DEVtxtEkcIEaJk0WekyEH0Rcs8z_3fdwUtqP8V4>`__-driven generation.
32+
- `Spreadsheet <https://docs.google.com/spreadsheets/d/1PXjTzBVYonVFIceGkLDaqcEJvKR6OI63DwZX0aajl3A>`__-driven generation.
3333

3434
- Included *CLF* transforms along with generator and discovery support.
3535

docs/process.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Analytical & Reference Configs Generation
3333
The colour conversion graph is then used to create the *Analytical* config that maps 1-to-1 the **aces-dev** **CTL** transforms to theoretical **OpenColorIO** builtin transforms.
3434
This config does not work but it is useful to test basic generation capabilities whilst diagnosing issues in the mapping.
3535

36-
The *Reference* config is driven by a *CSV* file generated from a `spreadsheet <https://docs.google.com/spreadsheets/d/1SXPt-USy3HlV2G2qAvh9zit6ZCINDOlfKT07yXJdWLg>`__ mapping the ``ACEStransformID`` to **OpenColorIO** builtin transforms.
36+
The *Reference* config is driven by a *CSV* file generated from a `spreadsheet <https://docs.google.com/spreadsheets/d/1z3xsy3sF0I-8AN_tkMOEjHlAs13ba7VAVhrE8v4WIyo>`__ mapping the ``ACEStransformID`` to **OpenColorIO** builtin transforms.
3737

3838
- :func:`opencolorio_config_aces.generate_config_aces`
3939

@@ -52,7 +52,7 @@ The repository contains code to generate, discover and classify the additional *
5252
CG Config Generation
5353
^^^^^^^^^^^^^^^^^^^^
5454

55-
The *CG* config generator also uses a *CSV* file generated from a `spreadsheet <https://docs.google.com/spreadsheets/d/1nE95DEVtxtEkcIEaJk0WekyEH0Rcs8z_3fdwUtqP8V4>`__ that expresses which ``ACEStransformID`` should be used from the ``Reference`` config and which ``CLFtransformID`` should be used from the shipped *CLF* transforms.
55+
The *CG* config generator also uses a *CSV* file generated from a `spreadsheet <https://docs.google.com/spreadsheets/d/1PXjTzBVYonVFIceGkLDaqcEJvKR6OI63DwZX0aajl3A/edit#gid=365242296>`__ pivot table that expresses which ``ACEStransformID`` should be used from the ``Reference`` config and which ``CLFtransformID`` should be used from the shipped *CLF* transforms.
5656

5757
- :func:`opencolorio_config_aces.generate_config_cg`
5858

@@ -63,7 +63,7 @@ The conversion process is as follows:
6363
Studio Config Generation
6464
^^^^^^^^^^^^^^^^^^^^^^^^
6565

66-
The *Studio* config generator follows the same approach but uses a different `pivot table <https://docs.google.com/spreadsheets/d/1nE95DEVtxtEkcIEaJk0WekyEH0Rcs8z_3fdwUtqP8V4/edit#gid=1155125238>`__ of the spreadsheet.
66+
The *Studio* config generator follows the same approach but uses a different `pivot table <https://docs.google.com/spreadsheets/d/1PXjTzBVYonVFIceGkLDaqcEJvKR6OI63DwZX0aajl3A/edit#gid=1155125238>`__ of the spreadsheet.
6767

6868
- :func:`opencolorio_config_aces.generate_config_studio`
6969

opencolorio_config_aces/clf/transforms/apple/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def generate_clf_transforms_apple(output_directory):
7474
clf_transforms = {}
7575

7676
aces_transform_id = (
77-
"urn:ampas:aces:transformId:v1.5:IDT.Apple.AppleLog_BT2020.a1.v1"
77+
"urn:ampas:aces:transformId:v2.0:CSC.Apple.AppleLog_BT2020_to_ACES.a2.v1"
7878
)
7979

8080
name = "Apple_Log_to_ACES2065-1"

opencolorio_config_aces/clf/transforms/apple/input/Apple.Input.Apple_Log_to_ACES2065-1.clf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<InputDescriptor>Apple Log</InputDescriptor>
44
<OutputDescriptor>ACES2065-1</OutputDescriptor>
55
<Info>
6-
<ACEStransformID>urn:ampas:aces:transformId:v1.5:IDT.Apple.AppleLog_BT2020.a1.v1</ACEStransformID>
6+
<ACEStransformID>urn:ampas:aces:transformId:v2.0:CSC.Apple.AppleLog_BT2020_to_ACES.a2.v1</ACEStransformID>
77
<BuiltinTransform>APPLE_LOG_to_ACES2065-1</BuiltinTransform>
88
</Info>
99
<LUT1D inBitDepth="32f" outBitDepth="32f" interpolation="linear" halfDomain="true">

opencolorio_config_aces/clf/transforms/arri/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def _generate_logc4_transforms(output_directory):
334334

335335
# Generate ARRI LogC4 to ACES 2065-1 Transform
336336
name = "ARRI_LogC4_to_ACES2065-1"
337-
aces_id = "urn:ampas:aces:transformId:v1.5:IDT.ARRI.ARRI-LogC4.a1.v1"
337+
aces_id = "urn:ampas:aces:transformId:v2.0:CSC.Arri.LogCv4_to_ACES.a2.v1"
338338
input_descriptor = "ARRI LogC4"
339339
output_descriptor = "ACES2065-1"
340340
clf_transform_id = format_clf_transform_id(FAMILY, GENUS, name, VERSION)

opencolorio_config_aces/clf/transforms/arri/input/ARRI.Input.ARRI_LogC3_EI800_to_ACES2065-1.clf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<InputDescriptor>ARRI LogC3 (EI800)</InputDescriptor>
44
<OutputDescriptor>ACES2065-1</OutputDescriptor>
55
<Info>
6-
<ACEStransformID>urn:ampas:aces:transformId:v1.5:IDT.ARRI.Alexa-v3-logC-EI800.a1.v2</ACEStransformID>
6+
<ACEStransformID>urn:ampas:aces:transformId:v2.0:CSC.Arri.LogCv3_to_ACES.a2.v1</ACEStransformID>
77
</Info>
88
<Log inBitDepth="32f" outBitDepth="32f" style="cameraLogToLin">
99
<LogParams base="10" linSideSlope="5.55555555555556" linSideOffset="0.0522722750251688" logSideSlope="0.247189638318671" logSideOffset="0.385536998692443" linSideBreak="0.0105909904954696" />

opencolorio_config_aces/clf/transforms/arri/input/ARRI.Input.ARRI_LogC4_to_ACES2065-1.clf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<InputDescriptor>ARRI LogC4</InputDescriptor>
44
<OutputDescriptor>ACES2065-1</OutputDescriptor>
55
<Info>
6-
<ACEStransformID>urn:ampas:aces:transformId:v1.5:IDT.ARRI.ARRI-LogC4.a1.v1</ACEStransformID>
6+
<ACEStransformID>urn:ampas:aces:transformId:v2.0:CSC.Arri.LogCv4_to_ACES.a2.v1</ACEStransformID>
77
</Info>
88
<Log inBitDepth="32f" outBitDepth="32f" style="cameraLogToLin">
99
<LogParams base="2" linSideSlope="2231.82630906769" linSideOffset="64" logSideSlope="0.0647954196341293" logSideOffset="-0.295908392682586" linSideBreak="-0.0180569961199113" />

opencolorio_config_aces/clf/transforms/blackmagic/generate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ def generate_clf_transforms_davinci(output_directory):
238238
# This transform is not yet part of aces-dev, but an ID will be needed for AMF.
239239
# Proposing the following ID:
240240
aces_transform_id = (
241-
"urn:ampas:aces:transformId:v1.5:"
242-
"ACEScsc.Academy.DaVinci_Intermediate_WideGamut_to_ACES.a1.v1"
241+
"urn:ampas:aces:transformId:v2.0:"
242+
"CSC.Blackmagic.DaVinci_Intermediate_WideGamut_to_ACES.a2.v1"
243243
)
244244

245245
# Generate full transform.

0 commit comments

Comments
 (0)