nuke-default profile updated to match Nuke 6.3
[OpenColorIO-Configs.git] / nuke-default / config.ocio
1 ocio_profile_version: 1
2
3 search_path: luts
4 strictparsing: true
5 luma: [0.2126, 0.7152, 0.0722]
6
7 roles:
8   color_picking: sRGB
9   color_timing: Cineon
10   compositing_log: Cineon
11   data: raw
12   default: raw
13   matte_paint: sRGB
14   reference: linear
15   scene_linear: linear
16   texture_paint: sRGB
17
18 displays:
19   default:
20     - !<View> {name: None, colorspace: raw}
21     - !<View> {name: sRGB, colorspace: sRGB}
22     - !<View> {name: rec709, colorspace: rec709}
23
24 active_displays: [default]
25 active_views: [None]
26
27 colorspaces:
28   - !<ColorSpace>
29     name: linear
30     family: linear
31     bitdepth: 32f
32     description: |
33       Scene-linear, high dynamic range. Used for rendering and compositing.
34     isdata: false
35     allocation: lg2
36     allocationvars: [-8, 8]
37
38   - !<ColorSpace>
39     name: sRGB
40     family: sRGB
41     bitdepth: 32f
42     description: |
43       Standard RGB Display Space
44     isdata: false
45     allocation: uniform
46     allocationvars: [-0.125, 1.125]
47     to_reference: !<FileTransform> {src: srgb.spi1d, interpolation: linear}
48
49   - !<ColorSpace>
50     name: rec709
51     family: rec709
52     bitdepth: 32f
53     description: |
54       Rec. 709 (Full Range) Display Space
55     isdata: false
56     allocation: uniform
57     allocationvars: [-0.125, 1.125]
58     to_reference: !<FileTransform> {src: rec709.spi1d, interpolation: linear}
59
60   - !<ColorSpace>
61     name: Cineon
62     family: Cineon
63     bitdepth: 32f
64     description: |
65       Cineon (Log Film Scan)
66     isdata: false
67     allocation: uniform
68     allocationvars: [-0.125, 1.125]
69     to_reference: !<FileTransform> {src: cineon.spi1d, interpolation: linear}
70
71   - !<ColorSpace>
72     name: Gamma1.8
73     family: Gamma1.8
74     bitdepth: 32f
75     description: |
76       Emulates a idealized Gamma 1.8 display device.
77     isdata: false
78     allocation: uniform
79     allocationvars: [0, 1]
80     to_reference: !<ExponentTransform> {value: [1.8, 1.8, 1.8, 1]}
81
82   - !<ColorSpace>
83     name: Gamma2.2
84     family: Gamma2.2
85     bitdepth: 32f
86     description: |
87       Emulates a idealized Gamma 2.2 display device.
88     isdata: false
89     allocation: uniform
90     allocationvars: [0, 1]
91     to_reference: !<ExponentTransform> {value: [2.2, 2.2, 2.2, 1]}
92
93   - !<ColorSpace>
94     name: Panalog
95     family: Panalog
96     bitdepth: 32f
97     description: |
98       Sony/Panavision Genesis Log Space
99     isdata: false
100     allocation: uniform
101     allocationvars: [-0.125, 1.125]
102     to_reference: !<FileTransform> {src: panalog.spi1d, interpolation: linear}
103
104   - !<ColorSpace>
105     name: REDLog
106     family: REDLog
107     bitdepth: 32f
108     description: |
109       RED Log Space
110     isdata: false
111     allocation: uniform
112     allocationvars: [-0.125, 1.125]
113     to_reference: !<FileTransform> {src: redlog.spi1d, interpolation: linear}
114
115   - !<ColorSpace>
116     name: ViperLog
117     family: ViperLog
118     bitdepth: 32f
119     description: |
120       Viper Log Space
121     isdata: false
122     allocation: uniform
123     allocationvars: [-0.125, 1.125]
124     to_reference: !<FileTransform> {src: viperlog.spi1d, interpolation: linear}
125
126   - !<ColorSpace>
127     name: AlexaV3LogC
128     family: AlexaV3LogC
129     bitdepth: 32f
130     description: |
131       Alexa Log C
132     isdata: false
133     allocation: uniform
134     allocationvars: [-0.125, 1.125]
135     to_reference: !<FileTransform> {src: alexalogc.spi1d, interpolation: linear}
136
137   - !<ColorSpace>
138     name: PLogLin
139     family: PLogLin
140     bitdepth: 32f
141     description: |
142       Josh Pines style pivoted log/lin conversion. 445->0.18
143     isdata: false
144     allocation: uniform
145     allocationvars: [-0.125, 1.125]
146     to_reference: !<FileTransform> {src: ploglin.spi1d, interpolation: linear}
147
148   - !<ColorSpace>
149     name: SLog
150     family: SLog
151     bitdepth: 32f
152     description: |
153       Sony SLog
154     isdata: false
155     allocation: uniform
156     allocationvars: [-0.125, 1.125]
157     to_reference: !<FileTransform> {src: slog.spi1d, interpolation: linear}
158
159   - !<ColorSpace>
160     name: raw
161     family: raw
162     bitdepth: 32f
163     description: |
164       Raw Data. Used for normals, points, etc.
165     isdata: true
166     allocation: uniform