From e01006569dceecf813d49a22d3ea6ec7b486b2c0 Mon Sep 17 00:00:00 2001 From: Haarm-Pieter Duiker Date: Wed, 29 Apr 2015 11:45:03 -0700 Subject: [PATCH] Grouped camera colorspaces as 'Input' for applications that group colorspaces based on the colorspace family. --- aces_1.0.0/python/aces_ocio/create_arri_colorspaces.py | 2 +- aces_1.0.0/python/aces_ocio/create_canon_colorspaces.py | 2 +- aces_1.0.0/python/aces_ocio/create_gopro_colorspaces.py | 2 +- aces_1.0.0/python/aces_ocio/create_panasonic_colorspaces.py | 2 +- aces_1.0.0/python/aces_ocio/create_red_colorspaces.py | 2 +- aces_1.0.0/python/aces_ocio/create_sony_colorspaces.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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 -- 1.7.10.4