Consolidated config.ocio and nuke_config.ocio into a single config.ocio.
authorHaarm-Pieter Duiker <hpd1@duikerresearch.com>
Wed, 3 Jun 2015 01:20:17 +0000 (18:20 -0700)
committerHaarm-Pieter Duiker <hpd1@duikerresearch.com>
Wed, 3 Jun 2015 01:20:17 +0000 (18:20 -0700)
commiteb45432fcbd5a4f3b45249a4e136be8fbbb7cc2d
tree2542d275dc0ba237a3cbb1d8578932eff0329a2e
parentfcecc2e46f31f0cf01b9fe3d1d328561bc2ce8da
Consolidated config.ocio and nuke_config.ocio into a single config.ocio.
Moved the sRGB output transform to the top of the list of Views. This should now be the default View used in most applications.
Added 'rendering' and 'compositing_linear' roles which default to have the same value as the 'scene_linear' role.
Added the transfer functions and full color space transforms for sRGB, Rec.709, Rec.1886 and Rec.2020.
Added the 'Aliases' colorspaces back into the config.
Fixed an issue that caused some alias colorspaces to be generated incorrectly.
Fixed some alias names that didn't follow the conventions of other alias names.
aces_1.0.0/config.ocio
aces_1.0.0/luts/rec1886_to_linear.spi1d [new file with mode: 0644]
aces_1.0.0/luts/rec2020_to_linear.spi1d [new file with mode: 0644]
aces_1.0.0/luts/rec709_to_linear.spi1d [new file with mode: 0644]
aces_1.0.0/luts/sRGB_to_linear.spi1d [new file with mode: 0644]
aces_1.0.0/nuke_config.ocio [deleted file]
aces_1.0.0/python/aces_ocio/aces_config.py
aces_1.0.0/python/aces_ocio/colorspaces/aces.py
aces_1.0.0/python/aces_ocio/colorspaces/general.py