Added proper allocatoin for all linear color spaces
authorHaarm-Pieter Duiker <hpd1@duikerresearch.com>
Thu, 29 Jan 2015 23:35:18 +0000 (15:35 -0800)
committerHaarm-Pieter Duiker <hpd1@duikerresearch.com>
Thu, 29 Jan 2015 23:35:18 +0000 (15:35 -0800)
commit8697190075f34b4d52c1369b784649605513b156
treed8add54d71d17ba2f3c43c8c0fd8d8dbc0621ce2
parentab47928e6f563f2bfd6bb8eadaf2a37f2b3a1e08
Added proper allocatoin for all linear color spaces
Expanded range of input values handled by ACEScc transforms
Added support for Panasonic V-Log / V-gamut
Renamed LUTs that had _to_aces in the file name to only indicate linearization
16 files changed:
aces_1.0.0/config.ocio
aces_1.0.0/luts/ACEScc_to_ACES.spi1d [deleted file]
aces_1.0.0/luts/ACEScc_to_linear.spi1d [new file with mode: 0644]
aces_1.0.0/luts/ACESproxy_to_linear.spi1d [moved from aces_1.0.0/luts/ACESproxy_to_aces.spi1d with 100% similarity]
aces_1.0.0/luts/LMT_Shaper_to_linear.spi1d [moved from aces_1.0.0/luts/LMT_Shaper_to_aces.spi1d with 100% similarity]
aces_1.0.0/luts/Output_Shaper_to_linear.spi1d [moved from aces_1.0.0/luts/Output_Shaper_to_aces.spi1d with 100% similarity]
aces_1.0.0/luts/V-Log_to_linear.spi1d [new file with mode: 0644]
aces_1.0.0/nuke_config.ocio
aces_1.0.0/python/aces_ocio/create_aces_colorspaces.py
aces_1.0.0/python/aces_ocio/create_aces_config.py
aces_1.0.0/python/aces_ocio/create_arri_colorspaces.py
aces_1.0.0/python/aces_ocio/create_canon_colorspaces.py
aces_1.0.0/python/aces_ocio/create_general_colorspaces.py
aces_1.0.0/python/aces_ocio/create_panasonic_colorspaces.py [new file with mode: 0644]
aces_1.0.0/python/aces_ocio/create_red_colorspaces.py
aces_1.0.0/python/aces_ocio/create_sony_colorspaces.py