X-Git-Url: http://users.mur.at/ms/git/gitweb/?a=blobdiff_plain;f=aces_1.0.0%2Fpython%2Faces_ocio%2Fcolorspaces%2Faces.py;h=e7b0452188c8bfd7f9474fe84a6aa8a3605a1b9f;hb=5cd3f5549cab725c7212ea3781f090721762f43c;hp=fee627414b5f1d9dafff58f716488ea53f3869d9;hpb=922767a1d6567ea91b98b1796436e94ada818813;p=OpenColorIO-Configs.git diff --git a/aces_1.0.0/python/aces_ocio/colorspaces/aces.py b/aces_1.0.0/python/aces_ocio/colorspaces/aces.py index fee6274..e7b0452 100644 --- a/aces_1.0.0/python/aces_ocio/colorspaces/aces.py +++ b/aces_1.0.0/python/aces_ocio/colorspaces/aces.py @@ -125,7 +125,7 @@ def create_ACEScc(aces_ctl_directory, cs = ColorSpace(name) cs.description = 'The %s color space' % name - cs.aliases = ["acescc_ap1"] + cs.aliases = ["acescc", "acescc_ap1"] cs.equality_group = '' cs.family = 'ACES' cs.is_data = False @@ -191,7 +191,7 @@ def create_ACESproxy(aces_ctl_directory, cs = ColorSpace(name) cs.description = 'The %s color space' % name - cs.aliases = ["acesproxy_ap1"] + cs.aliases = ["acesproxy", "acesproxy_ap1"] cs.equality_group = '' cs.family = 'ACES' cs.is_data = False @@ -264,7 +264,7 @@ def create_ACEScg(aces_ctl_directory, cs = ColorSpace(name) cs.description = 'The %s color space' % name - cs.aliases = ["lin_ap1"] + cs.aliases = ["acescg", "lin_ap1"] cs.equality_group = '' cs.family = 'ACES' cs.is_data = False @@ -1199,7 +1199,7 @@ def create_ODTs(aces_ctl_directory, colorspaces.append(cs) displays[odt_name_legal] = { - 'Linear': linear_display_space, + 'Raw': linear_display_space, 'Log': log_display_space, 'Output Transform': cs} @@ -1228,7 +1228,7 @@ def create_ODTs(aces_ctl_directory, colorspaces.append(cs_full) displays[odt_name_full] = { - 'Linear': linear_display_space, + 'Raw': linear_display_space, 'Log': log_display_space, 'Output Transform': cs_full}