Grouped camera colorspaces as 'Input' for applications that group colorspaces based...
authorHaarm-Pieter Duiker <hpd1@duikerresearch.com>
Wed, 29 Apr 2015 18:45:03 +0000 (11:45 -0700)
committerHaarm-Pieter Duiker <hpd1@duikerresearch.com>
Wed, 29 Apr 2015 18:45:03 +0000 (11:45 -0700)
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_gopro_colorspaces.py
aces_1.0.0/python/aces_ocio/create_panasonic_colorspaces.py
aces_1.0.0/python/aces_ocio/create_red_colorspaces.py
aces_1.0.0/python/aces_ocio/create_sony_colorspaces.py

index 52181cd..e0ec467 100644 (file)
@@ -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
index d87ee48..1d0ee38 100644 (file)
@@ -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
index 3e9ff54..f7c4f0f 100644 (file)
@@ -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
index 0b9ed1b..5bbb26d 100644 (file)
@@ -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
index 3f52e24..49c547b 100644 (file)
@@ -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
index 2419f03..ac67382 100644 (file)
@@ -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