Replace Default OCIO config with AgX (Filmic v2) #106355

Closed
Zijun Zhou wants to merge 112 commits from (deleted):main into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 55 additions and 55 deletions
Showing only changes of commit e320430265 - Show all commits

View File

@ -14,19 +14,19 @@ strictparsing: true
luma: [0.2126, 0.7152, 0.0722]
roles:
color_picking: sRGB 2.2 I-E
color_picking: sRGB I-E
color_timing: AgX Log
compositing_log: AgX Log
data: Generic Data
default: sRGB 2.2
default_byte: sRGB 2.2
default: sRGB
default_byte: sRGB
default_float: Linear BT.709 I-D65
default_sequencer: sRGB 2.2
matte_paint: sRGB 2.2
default_sequencer: sRGB
matte_paint: sRGB
reference: Linear CIE-XYZ I-E
scene_linear: Linear BT.709 I-E
rendering: Linear BT.709 I-E
texture_paint: sRGB 2.2
texture_paint: sRGB
# When using Spectral Cycles, Change XYZ role to I-E
XYZ: Linear CIE-XYZ I-D65
@ -60,7 +60,7 @@ displays:
- !<View> {name: None, colorspace: Generic Data}
active_displays: []
active_views: []
inactive_colorspaces: [Guard Rail sRGB, Guard Rail P3, Guard Rail BT.1886, Guard Rail BT.2020, Luminance Compensation BT.2020, Display P3 2.2 I-E, sRGB 2.2 I-E, BT.2020 2.4 I-E, AgX False Color]
inactive_colorspaces: [Guard Rail sRGB, Guard Rail P3, Guard Rail BT.1886, Guard Rail BT.2020, Luminance Compensation BT.2020, Display P3 I-E, sRGB I-E, BT.2020 I-E, AgX False Color]
looks:
- !<Look>
@ -70,7 +70,7 @@ looks:
transform: !<GroupTransform>
children:
- !<CDLTransform> {power: [1.35, 1.35, 1.35]}
- !<ColorSpaceTransform> {src: BT.2020 2.4, dst: Guard Rail BT.2020}
- !<ColorSpaceTransform> {src: BT.2020, dst: Guard Rail BT.2020}
- !<Look>
name: Green Ink
@ -85,7 +85,7 @@ looks:
shadows: {rgb: [0.9, 1.2, 0.9], master: 0.2, start: 0.5, pivot: 0.001}
- !<CDLTransform> {power: [0.78, 0.78377, 0.7799]}
- !<CDLTransform> {slope: [1.09696, 1.0972, 1.0969]}
- !<ColorSpaceTransform> {src: BT.2020 2.4, dst: Guard Rail BT.2020}
- !<ColorSpaceTransform> {src: BT.2020, dst: Guard Rail BT.2020}
- !<Look>
name: Greyscale
@ -390,7 +390,7 @@ colorspaces:
family: Imagery
equalitygroup: ""
bitdepth: unknown
description: A default Guard Rail image formation for BT.2020 2.4 displays
description: A default Guard Rail image formation for BT.2020 displays
isdata: false
allocation: unknown
from_scene_reference: !<GroupTransform>
@ -403,17 +403,17 @@ colorspaces:
- !<ExponentTransform> {value: 1.5, direction: inverse}
- !<BuiltinTransform> {style: CURVE - LINEAR_to_ST-2084, direction: inverse}
- !<RangeTransform> {min_in_value: 0, min_out_value: 0, max_in_value: 10, max_out_value: 100, style: noclamp, direction: inverse}
- !<ColorSpaceTransform> {src: Linear E-Gamut I-D65, dst: BT.2020 2.4}
- !<ColorSpaceTransform> {src: Linear E-Gamut I-D65, dst: BT.2020}
to_scene_reference: !<GroupTransform>
children:
- !<ColorSpaceTransform> {src: BT.2020 2.4, dst: Linear CIE-XYZ I-E}
- !<ColorSpaceTransform> {src: BT.2020, dst: Linear CIE-XYZ I-E}
- !<ColorSpace>
name: Guard Rail sRGB
family: Imagery
equalitygroup: ""
bitdepth: unknown
description: A default Guard Rail image formation for sRGB 2.2 displays
description: A default Guard Rail image formation for sRGB displays
isdata: false
allocation: unknown
from_scene_reference: !<GroupTransform>
@ -426,33 +426,33 @@ colorspaces:
- !<ExponentTransform> {value: 1.5, direction: inverse}
- !<BuiltinTransform> {style: CURVE - LINEAR_to_ST-2084, direction: inverse}
- !<RangeTransform> {min_in_value: 0, min_out_value: 0, max_in_value: 10, max_out_value: 100, style: noclamp, direction: inverse}
- !<ColorSpaceTransform> {src: Linear E-Gamut I-D65, dst: sRGB 2.2}
- !<ColorSpaceTransform> {src: Linear E-Gamut I-D65, dst: sRGB}
to_scene_reference: !<GroupTransform>
children:
- !<ColorSpaceTransform> {src: sRGB 2.2, dst: Linear CIE-XYZ I-E}
- !<ColorSpaceTransform> {src: sRGB, dst: Linear CIE-XYZ I-E}
- !<ColorSpace>
name: Guard Rail BT.1886
family: Imagery
equalitygroup: ""
bitdepth: unknown
description: A default Guard Rail image formation for BT.1886 2.4 displays
description: A default Guard Rail image formation for BT.1886 displays
isdata: false
allocation: unknown
from_scene_reference: !<GroupTransform>
children:
- !<ColorSpaceTransform> {src: Linear CIE-XYZ I-E, dst: Guard Rail sRGB}
- !<ColorSpaceTransform> {src: sRGB 2.2, dst: BT.1886 2.4}
- !<ColorSpaceTransform> {src: sRGB, dst: BT.1886}
to_scene_reference: !<GroupTransform>
children:
- !<ColorSpaceTransform> {src: BT.1886 2.4, dst: Linear CIE-XYZ I-E}
- !<ColorSpaceTransform> {src: BT.1886, dst: Linear CIE-XYZ I-E}
- !<ColorSpace>
name: Guard Rail P3
family: Imagery
equalitygroup: ""
bitdepth: unknown
description: A default Guard Rail image formation for Display P3 2.2 displays
description: A default Guard Rail image formation for Display P3 displays
isdata: false
allocation: unknown
from_scene_reference: !<GroupTransform>
@ -465,31 +465,31 @@ colorspaces:
- !<ExponentTransform> {value: 1.5, direction: inverse}
- !<BuiltinTransform> {style: CURVE - LINEAR_to_ST-2084, direction: inverse}
- !<RangeTransform> {min_in_value: 0, min_out_value: 0, max_in_value: 10, max_out_value: 100, style: noclamp, direction: inverse}
- !<ColorSpaceTransform> {src: Linear E-Gamut I-D65, dst: Display P3 2.2}
- !<ColorSpaceTransform> {src: Linear E-Gamut I-D65, dst: Display P3}
to_scene_reference: !<GroupTransform>
children:
- !<ColorSpaceTransform> {src: Display P3 2.2, dst: Linear CIE-XYZ I-E}
- !<ColorSpaceTransform> {src: Display P3, dst: Linear CIE-XYZ I-E}
- !<ColorSpace>
name: AgX Base BT.2020
family: Imagery
equalitygroup: ""
bitdepth: unknown
description: AgX Base Image Encoding for BT.2020 2.4 Display
description: AgX Base Image Encoding for BT.2020 Display
isdata: false
allocation: uniform
from_scene_reference: !<GroupTransform>
children:
- !<ColorSpaceTransform> {src: Linear CIE-XYZ I-E, dst: AgX Log}
- !<FileTransform> {src: AgX_Formation.cube, interpolation: best}
- !<ColorSpaceTransform> {src: BT.2020 2.4, dst: Linear BT.2020 I-D65}
- !<ColorSpaceTransform> {src: BT.2020, dst: Linear BT.2020 I-D65}
- !<MatrixTransform> {matrix: [0.826070114968099, 0.098987834519732, 0.0749420505121692, 0, 0.068801522808068, 0.856256426679763, 0.0749420505121692, 0, 0.0688015228080681, 0.0989878345197321, 0.8322106426722, 0, 0, 0, 0, 1], direction: inverse}
- !<ColorSpaceTransform> {src: Linear BT.2020 I-D65, dst: BT.2020 2.4}
- !<ColorSpaceTransform> {src: Linear BT.2020 I-D65, dst: BT.2020}
to_scene_reference: !<GroupTransform>
children:
- !<ColorSpaceTransform> {src: BT.2020 2.4, dst: Linear BT.2020 I-D65}
- !<ColorSpaceTransform> {src: BT.2020, dst: Linear BT.2020 I-D65}
- !<MatrixTransform> {matrix: [0.826070114968099, 0.098987834519732, 0.0749420505121692, 0, 0.068801522808068, 0.856256426679763, 0.0749420505121692, 0, 0.0688015228080681, 0.0989878345197321, 0.8322106426722, 0, 0, 0, 0, 1]}
- !<ColorSpaceTransform> {src: Linear BT.2020 I-D65, dst: BT.2020 2.4}
- !<ColorSpaceTransform> {src: Linear BT.2020 I-D65, dst: BT.2020}
- !<FileTransform> {src: AgX_Formation.cube, interpolation: best, direction: inverse}
- !<ColorSpaceTransform> {src: AgX Log, dst: Linear CIE-XYZ I-E}
@ -498,16 +498,16 @@ colorspaces:
family: Imagery
equalitygroup: ""
bitdepth: unknown
description: AgX Image Encoding for sRGB 2.2 Display
description: AgX Image Encoding for sRGB Display
isdata: false
allocation: uniform
from_scene_reference: !<GroupTransform>
children:
- !<ColorSpaceTransform> {src: Linear CIE-XYZ I-E, dst: AgX Base BT.2020}
- !<ColorSpaceTransform> {src: BT.2020 2.4, dst: Guard Rail sRGB}
- !<ColorSpaceTransform> {src: BT.2020, dst: Guard Rail sRGB}
to_scene_reference: !<GroupTransform>
children:
- !<ColorSpaceTransform> {src: sRGB 2.2, dst: BT.2020 2.4}
- !<ColorSpaceTransform> {src: sRGB, dst: BT.2020}
- !<ColorSpaceTransform> {src: AgX Base BT.2020, dst: Linear CIE-XYZ I-E}
- !<ColorSpace>
@ -515,16 +515,16 @@ colorspaces:
family: Imagery
equalitygroup: ""
bitdepth: unknown
description: AgX Image Encoding for Display P3 2.2 Display
description: AgX Image Encoding for Display P3 Display
isdata: false
allocation: uniform
from_scene_reference: !<GroupTransform>
children:
- !<ColorSpaceTransform> {src: Linear CIE-XYZ I-E, dst: AgX Base BT.2020}
- !<ColorSpaceTransform> {src: BT.2020 2.4, dst: Guard Rail P3}
- !<ColorSpaceTransform> {src: BT.2020, dst: Guard Rail P3}
to_scene_reference: !<GroupTransform>
children:
- !<ColorSpaceTransform> {src: Display P3 2.2, dst: BT.2020 2.4}
- !<ColorSpaceTransform> {src: Display P3, dst: BT.2020}
- !<ColorSpaceTransform> {src: AgX Base BT.2020, dst: Linear CIE-XYZ I-E}
- !<ColorSpace>
@ -532,16 +532,16 @@ colorspaces:
family: Imagery
equalitygroup: ""
bitdepth: unknown
description: AgX Image Encoding for BT.1886 2.4 Display
description: AgX Image Encoding for BT.1886 Display
isdata: false
allocation: uniform
from_scene_reference: !<GroupTransform>
children:
- !<ColorSpaceTransform> {src: Linear CIE-XYZ I-E, dst: AgX Base sRGB}
- !<ColorSpaceTransform> {src: sRGB 2.2, dst: BT.1886 2.4}
- !<ColorSpaceTransform> {src: sRGB, dst: BT.1886}
to_scene_reference: !<GroupTransform>
children:
- !<ColorSpaceTransform> {src: BT.1886 2.4, dst: BT.2020 2.4}
- !<ColorSpaceTransform> {src: BT.1886, dst: BT.2020}
- !<ColorSpaceTransform> {src: AgX Base BT.2020, dst: Linear CIE-XYZ I-E}
- !<ColorSpace>
@ -556,13 +556,13 @@ colorspaces:
from_scene_reference: !<GroupTransform>
children:
- !<ColorSpaceTransform> {src: Linear CIE-XYZ I-E, dst: AgX Base BT.2020}
- !<ColorSpaceTransform> {src: BT.2020 2.4, dst: Linear BT.2020 I-D65}
- !<ColorSpaceTransform> {src: BT.2020, dst: Linear BT.2020 I-D65}
- !<MatrixTransform> {matrix: [0.2658180370250449, 0.59846986045365, 0.1357121025213052, 0, 0.2658180370250449, 0.59846986045365, 0.1357121025213052, 0, 0.2658180370250449, 0.59846986045365, 0.1357121025213052, 0, 0, 0, 0, 1]}
- !<FileTransform> {src: AgX_False_Color.spi1d, interpolation: best}
- !<ColorSpace>
name: sRGB 2.2
aliases: [sRGB, sRGB 2.2 I-D65, srgb_display, sRGB - Display, g22_rec709, Utility - Gamma 2.2 - Rec.709 - Texture, Utility - sRGB - Texture, sRGB - Texture, srgb_tx, srgb_texture, Input - Generic - sRGB - Texture, "sRGB Display: 2.2 Gamma - Rec.709"]
name: sRGB
aliases: [sRGB 2.2, sRGB I-D65, srgb_display, sRGB - Display, g22_rec709, Utility - Gamma 2.2 - Rec.709 - Texture, Utility - sRGB - Texture, sRGB - Texture, srgb_tx, srgb_texture, Input - Generic - sRGB - Texture, "sRGB Display: 2.2 Gamma - Rec.709"]
family: Displays/SDR
equalitygroup: ""
bitdepth: unknown
@ -575,8 +575,8 @@ colorspaces:
- !<ExponentTransform> {value: 2.2, direction: inverse}
- !<ColorSpace>
name: sRGB 2.2 I-E
aliases: []
name: sRGB I-E
aliases: [sRGB 2.2 I-E]
family: Displays/SDR
equalitygroup: ""
bitdepth: unknown
@ -589,12 +589,12 @@ colorspaces:
- !<ExponentTransform> {value: 2.2, direction: inverse}
- !<ColorSpace>
name: Display P3 2.2 I-E
aliases: []
name: Display P3 I-E
aliases: [Display 2.2 P3 I-E]
family: Displays/SDR
equalitygroup: ""
bitdepth: unknown
description: Display P3 2.2 Exponent EOTF Display with I-E white point
description: Display P3 Exponent EOTF Display with I-E white point
isdata: false
allocation: uniform
from_scene_reference: !<GroupTransform>
@ -603,12 +603,12 @@ colorspaces:
- !<ExponentTransform> {value: 2.2, direction: inverse}
- !<ColorSpace>
name: BT.1886 2.4
aliases: [BT.1886, BT.1886 2.4 I-D65, Rec.1886 / Rec.709 Video - Display, rec1886_rec709_video_display, Rec.1886 Rec.709 - Display, rec1886_rec709_display, "Rec1886: 2.4 Gamma - Rec.709"]
name: BT.1886
aliases: [BT.1886 2.4, BT.1886 I-D65, Rec.1886 / Rec.709 Video - Display, rec1886_rec709_video_display, Rec.1886 Rec.709 - Display, rec1886_rec709_display, "Rec1886: 2.4 Gamma - Rec.709"]
family: Displays/SDR
equalitygroup: ""
bitdepth: unknown
description: BT.1886 2.4 Exponent EOTF Display
description: BT.1886 Exponent EOTF Display
isdata: false
allocation: uniform
from_scene_reference: !<GroupTransform>
@ -617,12 +617,12 @@ colorspaces:
- !<ExponentTransform> {value: 2.4, direction: inverse}
- !<ColorSpace>
name: Display P3 2.2
aliases: [Display P3, Display P3 2.2 I-D65, P3-D65 - Display, p3_d65_display, p3d65_display]
name: Display P3
aliases: [Display P3 2.2, Display P3 I-D65, P3-D65 - Display, p3_d65_display, p3d65_display]
family: Displays/SDR
equalitygroup: ""
bitdepth: unknown
description: Display P3 2.2 Exponent EOTF Display
description: Display P3 Exponent EOTF Display
isdata: false
allocation: uniform
from_scene_reference: !<GroupTransform>
@ -631,12 +631,12 @@ colorspaces:
- !<ExponentTransform> {value: 2.2, direction: inverse}
- !<ColorSpace>
name: BT.2020 2.4
aliases: [BT.2020, BT.2020 2.4 I-D65, Rec.1886 / Rec.2020 Video - Display, rec1886_rec2020_video_display, Rec.1886 Rec.2020 - Display, rec1886_rec2020_display, "Rec1886: 2.4 Gamma - Rec.2020"]
name: BT.2020
aliases: [BT.2020 2.4, BT.2020 I-D65, Rec.1886 / Rec.2020 Video - Display, rec1886_rec2020_video_display, Rec.1886 Rec.2020 - Display, rec1886_rec2020_display, "Rec1886: 2.4 Gamma - Rec.2020"]
family: Displays/SDR
equalitygroup: ""
bitdepth: unknown
description: BT.2020 2.4 Exponent EOTF Display
description: BT.2020 Exponent EOTF Display
isdata: false
allocation: uniform
from_scene_reference: !<GroupTransform>
@ -645,12 +645,12 @@ colorspaces:
- !<ExponentTransform> {value: 2.4, direction: inverse}
- !<ColorSpace>
name: BT.2020 2.4 I-E
aliases: []
name: BT.2020 I-E
aliases: [BT.2020 2.4 I-E]
family: Displays/SDR
equalitygroup: ""
bitdepth: unknown
description: BT.2020 2.4 Exponent EOTF Display with I-E white point
description: BT.2020 Exponent EOTF Display with I-E white point
isdata: false
allocation: uniform
from_scene_reference: !<GroupTransform>