X-Git-Url: http://users.mur.at/ms/git/gitweb/?p=OpenColorIO-Configs.git;a=blobdiff_plain;f=aces_1.0.0%2Fpython%2Faces_ocio%2Fcolorspaces%2Fgeneral.py;h=71b7950b113227cf9094b166f8f99c03fd73b190;hp=ad91a6437ff83d3b22d7ab57fd6d34ef849bf9e9;hb=5af97e4c92efec7ac9b0e1e0ac2e65dddafbc420;hpb=7fa1180ae9c6079eb0bc8d610feeb36eb5c5bfcc diff --git a/aces_1.0.0/python/aces_ocio/colorspaces/general.py b/aces_1.0.0/python/aces_ocio/colorspaces/general.py index ad91a64..71b7950 100644 --- a/aces_1.0.0/python/aces_ocio/colorspaces/general.py +++ b/aces_1.0.0/python/aces_ocio/colorspaces/general.py @@ -502,13 +502,13 @@ def create_colorspaces(lut_directory, # *ACES* to *sRGB* Primaries + Transfer Function* cs = create_matrix_plus_transfer_colorspace( - 'sRGB', + 'sRGB - Texture', 'sRGB', transfer_function_sRGB_to_linear, lut_directory, lut_resolution_1d, from_reference_values=[aces.ACES_AP0_TO_XYZ, XYZ_to_Rec709], - aliases=['srgb']) + aliases=['srgb_texture']) colorspaces.append(cs) # -------------------------------------------------------------------------