From 765bc0d6c2ef567eecea5fb1f09c30d64afc7fd1 Mon Sep 17 00:00:00 2001 From: Jeremy Selan Date: Fri, 9 Sep 2011 14:24:45 -0700 Subject: [PATCH] updated to 1.0 format --- iif/config.ocio | 5 +++++ nuke-default/config.ocio | 26 ++++++++++++++++++++++++++ spi-anim/config.ocio | 34 ++++++++++++++++++++++++++++++++++ spi-vfx/config.ocio | 38 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 103 insertions(+) diff --git a/iif/config.ocio b/iif/config.ocio index 33bcb4a..5b4bf20 100644 --- a/iif/config.ocio +++ b/iif/config.ocio @@ -28,6 +28,7 @@ colorspaces: - ! name: aces family: aces + equalitygroup: bitdepth: 32f isdata: false allocation: lg2 @@ -36,6 +37,7 @@ colorspaces: - ! name: adx10 family: adx + equalitygroup: bitdepth: 10ui isdata: false allocation: uniform @@ -54,6 +56,7 @@ colorspaces: - ! name: rrt_odt_p3d60 family: rrt_odt_p3d60 + equalitygroup: bitdepth: 32f isdata: false allocation: uniform @@ -66,6 +69,7 @@ colorspaces: - ! name: rrt_odt_r709 family: rrt_odt_r709 + equalitygroup: bitdepth: 32f isdata: false allocation: uniform @@ -78,6 +82,7 @@ colorspaces: - ! name: raw family: raw + equalitygroup: bitdepth: 32f isdata: true allocation: uniform diff --git a/nuke-default/config.ocio b/nuke-default/config.ocio index 1a93aed..2727517 100644 --- a/nuke-default/config.ocio +++ b/nuke-default/config.ocio @@ -28,9 +28,11 @@ colorspaces: - ! name: linear family: linear + equalitygroup: bitdepth: 32f description: | Scene-linear, high dynamic range. Used for rendering and compositing. + isdata: false allocation: lg2 allocationvars: [-8, 8] @@ -38,9 +40,11 @@ colorspaces: - ! name: sRGB family: sRGB + equalitygroup: bitdepth: 32f description: | Standard RGB Display Space + isdata: false allocation: uniform allocationvars: [-0.125, 1.125] @@ -49,9 +53,11 @@ colorspaces: - ! name: rec709 family: rec709 + equalitygroup: bitdepth: 32f description: | Rec. 709 (Full Range) Display Space + isdata: false allocation: uniform allocationvars: [-0.125, 1.125] @@ -60,9 +66,11 @@ colorspaces: - ! name: Cineon family: Cineon + equalitygroup: bitdepth: 32f description: | Cineon (Log Film Scan) + isdata: false allocation: uniform allocationvars: [-0.125, 1.125] @@ -71,9 +79,11 @@ colorspaces: - ! name: Gamma1.8 family: Gamma1.8 + equalitygroup: bitdepth: 32f description: | Emulates a idealized Gamma 1.8 display device. + isdata: false allocation: uniform allocationvars: [0, 1] @@ -82,9 +92,11 @@ colorspaces: - ! name: Gamma2.2 family: Gamma2.2 + equalitygroup: bitdepth: 32f description: | Emulates a idealized Gamma 2.2 display device. + isdata: false allocation: uniform allocationvars: [0, 1] @@ -93,9 +105,11 @@ colorspaces: - ! name: Panalog family: Panalog + equalitygroup: bitdepth: 32f description: | Sony/Panavision Genesis Log Space + isdata: false allocation: uniform allocationvars: [-0.125, 1.125] @@ -104,9 +118,11 @@ colorspaces: - ! name: REDLog family: REDLog + equalitygroup: bitdepth: 32f description: | RED Log Space + isdata: false allocation: uniform allocationvars: [-0.125, 1.125] @@ -115,9 +131,11 @@ colorspaces: - ! name: ViperLog family: ViperLog + equalitygroup: bitdepth: 32f description: | Viper Log Space + isdata: false allocation: uniform allocationvars: [-0.125, 1.125] @@ -126,9 +144,11 @@ colorspaces: - ! name: AlexaV3LogC family: AlexaV3LogC + equalitygroup: bitdepth: 32f description: | Alexa Log C + isdata: false allocation: uniform allocationvars: [-0.125, 1.125] @@ -137,9 +157,11 @@ colorspaces: - ! name: PLogLin family: PLogLin + equalitygroup: bitdepth: 32f description: | Josh Pines style pivoted log/lin conversion. 445->0.18 + isdata: false allocation: uniform allocationvars: [-0.125, 1.125] @@ -148,9 +170,11 @@ colorspaces: - ! name: SLog family: SLog + equalitygroup: bitdepth: 32f description: | Sony SLog + isdata: false allocation: uniform allocationvars: [-0.125, 1.125] @@ -159,8 +183,10 @@ colorspaces: - ! name: raw family: raw + equalitygroup: bitdepth: 32f description: | Raw Data. Used for normals, points, etc. + isdata: true allocation: uniform diff --git a/spi-anim/config.ocio b/spi-anim/config.ocio index ea86125..ee77c35 100644 --- a/spi-anim/config.ocio +++ b/spi-anim/config.ocio @@ -32,9 +32,11 @@ colorspaces: - ! name: lnf family: ln + equalitygroup: bitdepth: 32f description: | lnf :linear show space + isdata: false allocation: lg2 allocationvars: [-13, 4] @@ -42,9 +44,11 @@ colorspaces: - ! name: lnh family: ln + equalitygroup: bitdepth: 16f description: | lnh :linear show space + isdata: false allocation: lg2 allocationvars: [-13, 4] @@ -52,9 +56,11 @@ colorspaces: - ! name: lm16 family: lm + equalitygroup: bitdepth: 16ui description: | lm16 : Log Monitor this space has a log like response and srgb primaries, it is used for color grading + isdata: false allocation: uniform to_reference: ! {src: lm16.spi1d, interpolation: linear} @@ -62,9 +68,11 @@ colorspaces: - ! name: lm10 family: lm + equalitygroup: bitdepth: 10ui description: | lm10 : Log Monitor this space has a log like response and srgb primaries, it is used for color grading + isdata: false allocation: uniform to_reference: ! {src: lm10.spi1d, interpolation: linear} @@ -72,9 +80,11 @@ colorspaces: - ! name: lmf family: lm + equalitygroup: bitdepth: 32f description: | lmf : Log Monitor this space has a log like response and srgb primaries, it is used as a compositing log + isdata: false allocation: uniform allocationvars: [-0.2, 2.484] @@ -83,9 +93,11 @@ colorspaces: - ! name: vd16 family: vd + equalitygroup: bitdepth: 16ui description: | vd16 : The simple video conversion from a gamma 2.2 srgb space + isdata: false allocation: uniform to_reference: ! @@ -95,9 +107,11 @@ colorspaces: - ! name: vd10 family: vd + equalitygroup: bitdepth: 10ui description: | vd10 : The simple video conversion from a gamma 2.2 srgb space + isdata: false allocation: uniform to_reference: ! @@ -107,9 +121,11 @@ colorspaces: - ! name: vd8 family: vd + equalitygroup: bitdepth: 8ui description: | vd8 : The simple video conversion from a gamma 2.2 srgb space + isdata: false allocation: uniform to_reference: ! @@ -119,9 +135,11 @@ colorspaces: - ! name: hd10 family: hd + equalitygroup: bitdepth: 10ui description: | hd10 : The simple conversion for REC709 + isdata: false allocation: uniform to_reference: ! @@ -132,9 +150,11 @@ colorspaces: - ! name: dt16 family: dt + equalitygroup: bitdepth: 16ui description: | dt16 :diffuse texture conversion + isdata: false allocation: uniform to_reference: ! @@ -145,9 +165,11 @@ colorspaces: - ! name: mp16 family: mp + equalitygroup: bitdepth: 16ui description: | mp16 : conversion for matte painting + isdata: false allocation: uniform to_reference: ! @@ -158,9 +180,11 @@ colorspaces: - ! name: cpf family: cp + equalitygroup: bitdepth: 32f description: | cpf :video like conversion used for color picking + isdata: false allocation: uniform to_reference: ! {src: cpf.spi1d, interpolation: nearest} @@ -168,45 +192,55 @@ colorspaces: - ! name: nc8 family: nc + equalitygroup: bitdepth: 8ui description: | nc8 :nc,Non-color used to store non-color data such as depth or surface normals + isdata: true allocation: uniform - ! name: nc10 family: nc + equalitygroup: bitdepth: 10ui description: | nc10 :nc,Non-color used to store non-color data such as depth or surface normals + isdata: true allocation: uniform - ! name: nc16 family: nc + equalitygroup: bitdepth: 16ui description: | nc16 :nc,Non-color used to store non-color data such as depth or surface normals + isdata: true allocation: uniform - ! name: ncf family: nc + equalitygroup: bitdepth: 32f description: | ncf :nc,Non-color used to store non-color data such as depth or surface normals + isdata: true allocation: uniform - ! name: p3dci8 family: p3dci + equalitygroup: bitdepth: 8ui description: | p3dci8 : 8 Bit int rgb display space for gamma 2.6 P3 projection. + isdata: false allocation: uniform from_reference: ! diff --git a/spi-vfx/config.ocio b/spi-vfx/config.ocio index 25e488e..204af1a 100644 --- a/spi-vfx/config.ocio +++ b/spi-vfx/config.ocio @@ -32,9 +32,11 @@ colorspaces: - ! name: lnf family: ln + equalitygroup: ln bitdepth: 32f description: | lnf : linear show space + isdata: false allocation: lg2 allocationvars: [-15, 6] @@ -42,9 +44,11 @@ colorspaces: - ! name: lnh family: ln + equalitygroup: ln bitdepth: 16f description: | lnh : linear show space + isdata: false allocation: lg2 allocationvars: [-15, 6] @@ -52,9 +56,11 @@ colorspaces: - ! name: ln16 family: ln + equalitygroup: ln bitdepth: 16ui description: | ln16 : linear show space + isdata: false allocation: lg2 allocationvars: [-15, 0] @@ -62,9 +68,11 @@ colorspaces: - ! name: lg16 family: lg + equalitygroup: lg bitdepth: 16ui description: | lg16 : conversion from film log + isdata: false allocation: uniform to_reference: ! {src: lg16.spi1d, interpolation: nearest} @@ -72,9 +80,11 @@ colorspaces: - ! name: lg10 family: lg + equalitygroup: lg bitdepth: 10ui description: | lg10 : conversion from film log + isdata: false allocation: uniform to_reference: ! {src: lg10.spi1d, interpolation: nearest} @@ -82,9 +92,11 @@ colorspaces: - ! name: lgf family: lg + equalitygroup: lg bitdepth: 32f description: | lgf : conversion from film log + isdata: false allocation: uniform allocationvars: [-0.25, 1.5] @@ -93,9 +105,11 @@ colorspaces: - ! name: gn10 family: gn + equalitygroup: gn bitdepth: 10ui description: | gn10 : The 10bit int conversion from Panalog to linear + isdata: false allocation: uniform to_reference: ! {src: gn10.spi1d, interpolation: nearest} @@ -103,9 +117,11 @@ colorspaces: - ! name: vd16 family: vd + equalitygroup: vd bitdepth: 16ui description: | vd16 :conversion from a gamma 2.2 + isdata: false allocation: uniform to_reference: ! @@ -116,9 +132,11 @@ colorspaces: - ! name: vd10 family: vd + equalitygroup: vd bitdepth: 10ui description: | vd10 :conversion from a gamma 2.2 + isdata: false allocation: uniform to_reference: ! @@ -129,9 +147,11 @@ colorspaces: - ! name: vd8 family: vd + equalitygroup: vd bitdepth: 8ui description: | vd8 :conversion from a gamma 2.2 + isdata: false allocation: uniform to_reference: ! @@ -142,9 +162,11 @@ colorspaces: - ! name: hd10 family: hd + equalitygroup: hd bitdepth: 10ui description: | hd10 : The simple 10bit int conversion from REC709 to linear + isdata: false allocation: uniform to_reference: ! @@ -155,9 +177,11 @@ colorspaces: - ! name: dt16 family: dt + equalitygroup: dt bitdepth: 16ui description: | dt16 :conversion for diffuse texture + isdata: false allocation: uniform to_reference: ! @@ -168,9 +192,11 @@ colorspaces: - ! name: cpf family: cp + equalitygroup: cp bitdepth: 32f description: | cpf :video like conversion used for color picking + isdata: false allocation: uniform to_reference: ! {src: cpf.spi1d, interpolation: linear} @@ -178,45 +204,55 @@ colorspaces: - ! name: nc8 family: nc + equalitygroup: nc bitdepth: 8ui description: | nc8 :nc,Non-color used to store non-color data such as depth or surface normals + isdata: true allocation: uniform - ! name: nc10 family: nc + equalitygroup: nc bitdepth: 10ui description: | nc10 :nc,Non-color used to store non-color data such as depth or surface normals + isdata: true allocation: uniform - ! name: nc16 family: nc + equalitygroup: nc bitdepth: 16ui description: | nc16 :nc,Non-color used to store non-color data such as depth or surface normals + isdata: true allocation: uniform - ! name: ncf family: nc + equalitygroup: nc bitdepth: 32f description: | ncf :nc,Non-color used to store non-color data such as depth or surface normals + isdata: true allocation: uniform - ! name: srgb8 family: srgb + equalitygroup: srgb bitdepth: 8ui description: | srgb8 :rgb display space for the srgb standard. + isdata: false allocation: uniform from_reference: ! @@ -227,9 +263,11 @@ colorspaces: - ! name: p3dci8 family: p3dci + equalitygroup: p3dci bitdepth: 8ui description: | p3dci8 :rgb display space for gamma 2.6 P3 projection. + isdata: false allocation: uniform from_reference: ! -- 1.7.10.4