From: Haarm-Pieter Duiker Date: Wed, 29 Apr 2015 18:45:03 +0000 (-0700) Subject: Grouped camera colorspaces as 'Input' for applications that group colorspaces based... X-Git-Url: http://users.mur.at/ms/git/gitweb/?p=OpenColorIO-Configs.git;a=commitdiff_plain;h=e01006569dceecf813d49a22d3ea6ec7b486b2c0 Grouped camera colorspaces as 'Input' for applications that group colorspaces based on the colorspace family. --- diff --git a/aces_1.0.0/python/aces_ocio/create_arri_colorspaces.py b/aces_1.0.0/python/aces_ocio/create_arri_colorspaces.py index 52181cd..e0ec467 100644 --- a/aces_1.0.0/python/aces_ocio/create_arri_colorspaces.py +++ b/aces_1.0.0/python/aces_ocio/create_arri_colorspaces.py @@ -61,7 +61,7 @@ def create_log_c(gamut, cs.description = name cs.aliases = aliases cs.equality_group = '' - cs.family = 'ARRI' + cs.family = 'Input/ARRI' cs.is_data = False # A linear space needs allocation variables diff --git a/aces_1.0.0/python/aces_ocio/create_canon_colorspaces.py b/aces_1.0.0/python/aces_ocio/create_canon_colorspaces.py index d87ee48..1d0ee38 100644 --- a/aces_1.0.0/python/aces_ocio/create_canon_colorspaces.py +++ b/aces_1.0.0/python/aces_ocio/create_canon_colorspaces.py @@ -58,7 +58,7 @@ def create_c_log(gamut, cs.description = name cs.aliases = aliases cs.equality_group = '' - cs.family = 'Canon' + cs.family = 'Input/Canon' cs.is_data = False # A linear space needs allocation variables diff --git a/aces_1.0.0/python/aces_ocio/create_gopro_colorspaces.py b/aces_1.0.0/python/aces_ocio/create_gopro_colorspaces.py index 3e9ff54..f7c4f0f 100644 --- a/aces_1.0.0/python/aces_ocio/create_gopro_colorspaces.py +++ b/aces_1.0.0/python/aces_ocio/create_gopro_colorspaces.py @@ -58,7 +58,7 @@ def create_protune(gamut, cs.description = name cs.aliases = aliases cs.equality_group = '' - cs.family = 'GoPro' + cs.family = 'Input/GoPro' cs.is_data = False # A linear space needs allocation variables diff --git a/aces_1.0.0/python/aces_ocio/create_panasonic_colorspaces.py b/aces_1.0.0/python/aces_ocio/create_panasonic_colorspaces.py index 0b9ed1b..5bbb26d 100644 --- a/aces_1.0.0/python/aces_ocio/create_panasonic_colorspaces.py +++ b/aces_1.0.0/python/aces_ocio/create_panasonic_colorspaces.py @@ -56,7 +56,7 @@ def create_v_log(gamut, cs.description = name cs.aliases = aliases cs.equality_group = '' - cs.family = 'Panasonic' + cs.family = 'Input/Panasonic' cs.is_data = False # A linear space needs allocation variables diff --git a/aces_1.0.0/python/aces_ocio/create_red_colorspaces.py b/aces_1.0.0/python/aces_ocio/create_red_colorspaces.py index 3f52e24..49c547b 100644 --- a/aces_1.0.0/python/aces_ocio/create_red_colorspaces.py +++ b/aces_1.0.0/python/aces_ocio/create_red_colorspaces.py @@ -58,7 +58,7 @@ def create_RED_log_film(gamut, cs.description = name cs.aliases = aliases cs.equality_group = '' - cs.family = 'RED' + cs.family = 'Input/RED' cs.is_data = False # A linear space needs allocation variables diff --git a/aces_1.0.0/python/aces_ocio/create_sony_colorspaces.py b/aces_1.0.0/python/aces_ocio/create_sony_colorspaces.py index 2419f03..ac67382 100644 --- a/aces_1.0.0/python/aces_ocio/create_sony_colorspaces.py +++ b/aces_1.0.0/python/aces_ocio/create_sony_colorspaces.py @@ -58,7 +58,7 @@ def create_s_log(gamut, cs.description = name cs.aliases = aliases cs.equality_group = '' - cs.family = 'Sony' + cs.family = 'Input/Sony' cs.is_data = False # A linear space needs allocation variables