Changeset View
Changeset View
Standalone View
Standalone View
release/datafiles/colormanagement/config.ocio
| # OpenColorIO configuration file for Blender | # OpenColorIO configuration file for Blender | ||||
| # | # | ||||
| # Based on aces, nuke-default and spi configurations from OpenColorIO-Config | # Based on aces, nuke-default and spi configurations from OpenColorIO-Config | ||||
| # | # | ||||
| # Filmic Dynamic Range LUT configuration for crafted by Troy James Sobotka with | |||||
| # special thanks and feedback from Guillermo, Claudio Rocha, Bassam Kurdali, | |||||
| # Eugenio Pignataro, Henri Hebeisen, Jason Clarke, Haarm-Peter Duiker, Thomas | |||||
| # Mansencal, and Timothy Lottes. | |||||
| # | |||||
| # See ocio-license.txt for details. | # See ocio-license.txt for details. | ||||
| ocio_profile_version: 1 | ocio_profile_version: 1 | ||||
| search_path: luts | search_path: "luts:filmic" | ||||
| strictparsing: true | strictparsing: true | ||||
| luma: [0.2126, 0.7152, 0.0722] | luma: [0.2126, 0.7152, 0.0722] | ||||
| description: RRT version ut33 | description: RRT version ut33 | ||||
| roles: | roles: | ||||
| reference: Linear | reference: Linear | ||||
| # Internal scene linear space | # Internal scene linear space | ||||
| scene_linear: Linear | scene_linear: Linear | ||||
| rendering: Linear | |||||
| # Default color space for byte image | # Default color space for byte image | ||||
| default_byte: sRGB | default_byte: sRGB | ||||
| # Default color space for float images | # Default color space for float images | ||||
| default_float: Linear | default_float: Linear | ||||
| # Default color space sequencer is working in | # Default color space sequencer is working in | ||||
| default_sequencer: sRGB | default_sequencer: sRGB | ||||
| # Color spaces for color picking and texture painting (not internally supported yet) | # Color spaces for color picking and texture painting (not internally supported yet) | ||||
| color_picking: Raw | color_picking: Raw | ||||
| texture_paint: Raw | texture_paint: Raw | ||||
| # Non-color data | |||||
| data: Non-Color | |||||
| displays: | displays: | ||||
| sRGB: | sRGB: | ||||
| - !<View> {name: Default, colorspace: sRGB} | - !<View> {name: Default, colorspace: sRGB} | ||||
| - !<View> {name: Filmic, colorspace: Filmic sRGB} | |||||
| - !<View> {name: RRT, colorspace: rrt_srgb} | - !<View> {name: RRT, colorspace: rrt_srgb} | ||||
| - !<View> {name: Film, colorspace: srgb8} | - !<View> {name: Film, colorspace: srgb8} | ||||
| - !<View> {name: Raw, colorspace: Raw} | - !<View> {name: Raw, colorspace: Raw} | ||||
| - !<View> {name: Log, colorspace: lg10} | - !<View> {name: Log, colorspace: lg10} | ||||
| - !<View> {name: False Color, colorspace: False Color} | |||||
| DCI-P3: | DCI-P3: | ||||
| - !<View> {name: RRT, colorspace: rrt_p3dci} | - !<View> {name: RRT, colorspace: rrt_p3dci} | ||||
| - !<View> {name: Film, colorspace: p3dci8} | - !<View> {name: Film, colorspace: p3dci8} | ||||
| - !<View> {name: Raw, colorspace: Raw} | - !<View> {name: Raw, colorspace: Raw} | ||||
| - !<View> {name: Log, colorspace: adx10} | - !<View> {name: Log, colorspace: adx10} | ||||
| Rec709: | Rec709: | ||||
| - !<View> {name: Default, colorspace: nuke_rec709} | - !<View> {name: Default, colorspace: nuke_rec709} | ||||
| - !<View> {name: RRT, colorspace: rrt_rec709} | - !<View> {name: RRT, colorspace: rrt_rec709} | ||||
| XYZ: | XYZ: | ||||
| - !<View> {name: Default, colorspace: XYZ} | - !<View> {name: Default, colorspace: XYZ} | ||||
| - !<View> {name: RRT, colorspace: rrt_xyz} | - !<View> {name: RRT, colorspace: rrt_xyz} | ||||
| - !<View> {name: DCI, colorspace: dci_xyz} | - !<View> {name: DCI, colorspace: dci_xyz} | ||||
| - !<View> {name: Raw, colorspace: Raw} | - !<View> {name: Raw, colorspace: Raw} | ||||
| - !<View> {name: Log, colorspace: adx10} | - !<View> {name: Log, colorspace: adx10} | ||||
| None: | None: | ||||
| - !<View> {name: Default, colorspace: Raw} | - !<View> {name: Default, colorspace: Raw} | ||||
| active_displays: [sRGB, DCIP3, Rec709, XYZ, None] | active_displays: [sRGB, DCIP3, Rec709, XYZ, None] | ||||
| active_views: [Default, RRT, Raw, Log] | active_views: [Default, RRT, Raw, Log] | ||||
| colorspaces: | colorspaces: | ||||
| - !<ColorSpace> | - !<ColorSpace> | ||||
| name: Linear | name: Linear | ||||
| family: aces | family: linear | ||||
| equalitygroup: | equalitygroup: | ||||
| bitdepth: 32f | bitdepth: 32f | ||||
| description: | | description: | | ||||
| Rec. 709 (Full Range), Blender native linear space | Rec. 709 (Full Range), Blender native linear space | ||||
| isdata: false | isdata: false | ||||
| allocation: lg2 | allocation: lg2 | ||||
| allocationvars: [-15, 6] | allocationvars: [-15, 6] | ||||
| Show All 23 Lines | to_reference: !<GroupTransform> | ||||
| - !<FileTransform> {src: adx_cdd_to_cid.spimtx} | - !<FileTransform> {src: adx_cdd_to_cid.spimtx} | ||||
| - !<FileTransform> {src: adx_cid_to_rle.spi1d, interpolation: linear} | - !<FileTransform> {src: adx_cid_to_rle.spi1d, interpolation: linear} | ||||
| - !<LogTransform> {base: 10, direction: inverse} | - !<LogTransform> {base: 10, direction: inverse} | ||||
| - !<FileTransform> {src: adx_exp_to_aces.spimtx} | - !<FileTransform> {src: adx_exp_to_aces.spimtx} | ||||
| - !<FileTransform> {src: rec709_to_aces.spimtx, interpolation: linear, direction: inverse} | - !<FileTransform> {src: rec709_to_aces.spimtx, interpolation: linear, direction: inverse} | ||||
| - !<ColorSpace> | - !<ColorSpace> | ||||
| name: Linear ACES | name: Linear ACES | ||||
| family: | family: linear | ||||
| equalitygroup: | equalitygroup: | ||||
| bitdepth: 32f | bitdepth: 32f | ||||
| description: | | description: | | ||||
| ACES linear space | ACES linear space | ||||
| isdata: false | isdata: false | ||||
| allocation: lg2 | allocation: lg2 | ||||
| allocationvars: [-8.5, 5] | allocationvars: [-8.5, 5] | ||||
| to_reference: !<FileTransform> {src: rec709_to_aces.spimtx, interpolation: linear, direction: inverse} | to_reference: !<FileTransform> {src: rec709_to_aces.spimtx, interpolation: linear, direction: inverse} | ||||
| - !<ColorSpace> | - !<ColorSpace> | ||||
| name: rrt_srgb | name: rrt_srgb | ||||
| family: rrt | family: display | ||||
| equalitygroup: | equalitygroup: | ||||
| bitdepth: 32f | bitdepth: 32f | ||||
| isdata: false | isdata: false | ||||
| allocation: uniform | allocation: uniform | ||||
| allocationvars: [0, 1] | allocationvars: [0, 1] | ||||
| from_reference: !<GroupTransform> | from_reference: !<GroupTransform> | ||||
| children: | children: | ||||
| - !<FileTransform> {src: rec709_to_aces.spimtx, interpolation: nearest} | - !<FileTransform> {src: rec709_to_aces.spimtx, interpolation: nearest} | ||||
| Show All 11 Lines | - !<ColorSpace> | ||||
| allocation: uniform | allocation: uniform | ||||
| allocationvars: [-0.125, 1.125] | allocationvars: [-0.125, 1.125] | ||||
| to_reference: !<GroupTransform> | to_reference: !<GroupTransform> | ||||
| children: | children: | ||||
| - !<FileTransform> {src: rec709.spi1d, interpolation: linear} | - !<FileTransform> {src: rec709.spi1d, interpolation: linear} | ||||
| - !<ColorSpace> | - !<ColorSpace> | ||||
| name: rrt_rec709 | name: rrt_rec709 | ||||
| family: rrt | family: display | ||||
| equalitygroup: | equalitygroup: | ||||
| bitdepth: 32f | bitdepth: 32f | ||||
| isdata: false | isdata: false | ||||
| allocation: uniform | allocation: uniform | ||||
| allocationvars: [0, 1] | allocationvars: [0, 1] | ||||
| from_reference: !<GroupTransform> | from_reference: !<GroupTransform> | ||||
| children: | children: | ||||
| - !<FileTransform> {src: rec709_to_aces.spimtx, interpolation: nearest} | - !<FileTransform> {src: rec709_to_aces.spimtx, interpolation: nearest} | ||||
| - !<AllocationTransform> {allocation: lg2, vars: [-8.5, 5]} | - !<AllocationTransform> {allocation: lg2, vars: [-8.5, 5]} | ||||
| - !<FileTransform> {src: rrt_ut33_rec709.spi3d, interpolation: tetrahedral} | - !<FileTransform> {src: rrt_ut33_rec709.spi3d, interpolation: tetrahedral} | ||||
| - !<ColorSpace> | - !<ColorSpace> | ||||
| name: rrt_p3dci | name: rrt_p3dci | ||||
| family: rrt | family: display | ||||
| equalitygroup: | equalitygroup: | ||||
| bitdepth: 32f | bitdepth: 32f | ||||
| isdata: false | isdata: false | ||||
| allocation: uniform | allocation: uniform | ||||
| allocationvars: [0, 1] | allocationvars: [0, 1] | ||||
| from_reference: !<GroupTransform> | from_reference: !<GroupTransform> | ||||
| children: | children: | ||||
| - !<FileTransform> {src: rec709_to_aces.spimtx, interpolation: nearest} | - !<FileTransform> {src: rec709_to_aces.spimtx, interpolation: nearest} | ||||
| - !<AllocationTransform> {allocation: lg2, vars: [-8.5, 5]} | - !<AllocationTransform> {allocation: lg2, vars: [-8.5, 5]} | ||||
| - !<FileTransform> {src: rrt_ut33_p3dci.spi3d, interpolation: tetrahedral} | - !<FileTransform> {src: rrt_ut33_p3dci.spi3d, interpolation: tetrahedral} | ||||
| - !<ColorSpace> | - !<ColorSpace> | ||||
| name: XYZ | name: XYZ | ||||
| family: | family: linear | ||||
| equalitygroup: | equalitygroup: | ||||
| bitdepth: 32f | bitdepth: 32f | ||||
| isdata: false | isdata: false | ||||
| allocation: lg2 | allocation: lg2 | ||||
| allocationvars: [-8.5, 5] | allocationvars: [-8.5, 5] | ||||
| from_reference: !<GroupTransform> | from_reference: !<GroupTransform> | ||||
| children: | children: | ||||
| - !<FileTransform> {src: rec709_to_aces.spimtx, interpolation: linear} | - !<FileTransform> {src: rec709_to_aces.spimtx, interpolation: linear} | ||||
| - !<FileTransform> {src: aces_to_xyz.spimtx, interpolation: linear} | - !<FileTransform> {src: aces_to_xyz.spimtx, interpolation: linear} | ||||
| - !<ColorSpace> | - !<ColorSpace> | ||||
| name: rrt_xyz | name: rrt_xyz | ||||
| family: rrt | family: display | ||||
| equalitygroup: | equalitygroup: | ||||
| bitdepth: 32f | bitdepth: 32f | ||||
| isdata: false | isdata: false | ||||
| allocation: uniform | allocation: uniform | ||||
| allocationvars: [0, 1] | allocationvars: [0, 1] | ||||
| from_reference: !<GroupTransform> | from_reference: !<GroupTransform> | ||||
| children: | children: | ||||
| - !<FileTransform> {src: rec709_to_aces.spimtx, interpolation: nearest} | - !<FileTransform> {src: rec709_to_aces.spimtx, interpolation: nearest} | ||||
| ▲ Show 20 Lines • Show All 88 Lines • ▼ Show 20 Lines | description: | | ||||
| p3dci8 :rgb display space for gamma 2.6 P3 projection. | p3dci8 :rgb display space for gamma 2.6 P3 projection. | ||||
| isdata: false | isdata: false | ||||
| allocation: uniform | allocation: uniform | ||||
| from_reference: !<GroupTransform> | from_reference: !<GroupTransform> | ||||
| children: | children: | ||||
| - !<ColorSpaceTransform> {src: Linear, dst: lg10} | - !<ColorSpaceTransform> {src: Linear, dst: lg10} | ||||
| - !<FileTransform> {src: colorworks_filmlg_to_p3.3dl, interpolation: linear} | - !<FileTransform> {src: colorworks_filmlg_to_p3.3dl, interpolation: linear} | ||||
| - !<ColorSpace> | |||||
| name: Filmic Log | |||||
| family: log | |||||
| equalitygroup: | |||||
| bitdepth: 32f | |||||
| description: | | |||||
| Log based filmic shaper with 16.5 stops of latitude, and 25 stops of dynamic range. | |||||
| isdata: false | |||||
| allocation: lg2 | |||||
| allocationvars: [-12.473931188, 12.526068812] | |||||
| from_reference: !<GroupTransform> | |||||
| children: | |||||
| - !<AllocationTransform> {allocation: lg2, vars: [-12.473931188, 12.526068812]} | |||||
| - !<FileTransform> {src: filmic_desat65cube.spi3d, interpolation: best} | |||||
| - !<AllocationTransform> {allocation: uniform, vars: [0, 0.66]} | |||||
| to_reference: !<AllocationTransform> {allocation: lg2, vars: [-12.473931188, 4.026068812], direction: inverse} | |||||
| - !<ColorSpace> | |||||
| name: Filmic sRGB | |||||
| family: display | |||||
| equalitygroup: | |||||
| bitdepth: 32f | |||||
| description: | | |||||
| Filmic sRGB view transform | |||||
| isdata: false | |||||
| allocation: lg2 | |||||
| allocationvars: [-12.473931188, 12.526068812] | |||||
| from_reference: !<GroupTransform> | |||||
| children: | |||||
| - !<ColorSpaceTransform> {src: Linear, dst: Filmic Log} | |||||
| - !<FileTransform> {src: filmic_to_0-70_1-03.spi1d, interpolation: linear} | |||||
| - !<ColorSpace> | |||||
| name: False Color | |||||
| family: display | |||||
| equalitygroup: | |||||
| bitdepth: 32f | |||||
| description: | | |||||
| Filmic false color view transform | |||||
| isdata: false | |||||
| allocation: lg2 | |||||
| allocationvars: [-12.473931188, 12.526068812] | |||||
| from_reference: !<GroupTransform> | |||||
| children: | |||||
| - !<ColorSpaceTransform> {src: Linear, dst: Filmic Log} | |||||
| - !<FileTransform> {src: filmic_false_color.spi3d, interpolation: best} | |||||
| looks: | looks: | ||||
| - !<Look> | - !<Look> | ||||
| name: Filmic - Very High Contrast | |||||
| process_space: Filmic Log | |||||
| transform: !<GroupTransform> | |||||
| children: | |||||
| - !<FileTransform> {src: filmic_to_1.20_1-00.spi1d, interpolation: linear} | |||||
| - !<FileTransform> {src: filmic_to_0-70_1-03.spi1d, interpolation: linear, direction: inverse} | |||||
| - !<Look> | |||||
| name: Filmic - High Contrast | |||||
| process_space: Filmic Log | |||||
| transform: !<GroupTransform> | |||||
| children: | |||||
| - !<FileTransform> {src: filmic_to_0.99_1-0075.spi1d, interpolation: linear} | |||||
| - !<FileTransform> {src: filmic_to_0-70_1-03.spi1d, interpolation: linear, direction: inverse} | |||||
| - !<Look> | |||||
| name: Filmic - Medium High Contrast | |||||
| process_space: Filmic Log | |||||
| transform: !<GroupTransform> | |||||
| children: | |||||
| - !<FileTransform> {src: filmic_to_0-85_1-011.spi1d, interpolation: best} | |||||
| - !<FileTransform> {src: filmic_to_0-70_1-03.spi1d, interpolation: linear, direction: inverse} | |||||
| - !<Look> | |||||
| name: Filmic - Base Contrast | |||||
| process_space: Filmic Log | |||||
| transform: !<GroupTransform> | |||||
| children: | |||||
| - !<Look> | |||||
| name: Filmic - Medium Low Contrast | |||||
| process_space: Filmic Log | |||||
| transform: !<GroupTransform> | |||||
| children: | |||||
| - !<FileTransform> {src: filmic_to_0-60_1-04.spi1d, interpolation: linear} | |||||
| - !<FileTransform> {src: filmic_to_0-70_1-03.spi1d, interpolation: linear, direction: inverse} | |||||
| - !<Look> | |||||
| name: Filmic - Low Contrast | |||||
| process_space: Filmic Log | |||||
| transform: !<GroupTransform> | |||||
| children: | |||||
| - !<FileTransform> {src: filmic_to_0-48_1-09.spi1d, interpolation: linear} | |||||
| - !<FileTransform> {src: filmic_to_0-70_1-03.spi1d, interpolation: linear, direction: inverse} | |||||
| - !<Look> | |||||
| name: Filmic - Very Low Contrast | |||||
| process_space: Filmic Log | |||||
| transform: !<GroupTransform> | |||||
| children: | |||||
| - !<FileTransform> {src: filmic_to_0-35_1-30.spi1d, interpolation: linear} | |||||
| - !<FileTransform> {src: filmic_to_0-70_1-03.spi1d, interpolation: linear, direction: inverse} | |||||
| - !<Look> | |||||
| name: Agfa Agfacolor Futura 100 | name: Agfa Agfacolor Futura 100 | ||||
| process_space: linear | process_space: linear | ||||
| transform: !<GroupTransform> | transform: !<GroupTransform> | ||||
| children: | children: | ||||
| - !<FileTransform> {src: film_response/agfa_agfacolor_futura_100.spi1d, interpolation: linear} | - !<FileTransform> {src: film_response/agfa_agfacolor_futura_100.spi1d, interpolation: linear} | ||||
| - !<FileTransform> {src: srgb.spi1d, interpolation: linear} | - !<FileTransform> {src: srgb.spi1d, interpolation: linear} | ||||
| - !<Look> | - !<Look> | ||||
| ▲ Show 20 Lines • Show All 526 Lines • Show Last 20 Lines | |||||