From: Haarm-Pieter Duiker Date: Thu, 2 Jul 2015 17:01:16 +0000 (-0700) Subject: Ensuring that there is a 'raw' alias for the Raw colorspace X-Git-Url: http://users.mur.at/ms/git/gitweb/?p=OpenColorIO-Configs.git;a=commitdiff_plain;h=0108a4399925c770ec6a985981208d88c24a3a6c Ensuring that there is a 'raw' alias for the Raw colorspace --- 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 8ebf7db..1a05f06 100644 --- a/aces_1.0.0/python/aces_ocio/colorspaces/general.py +++ b/aces_1.0.0/python/aces_ocio/colorspaces/general.py @@ -543,7 +543,7 @@ def create_raw(): name = "Raw" raw = ColorSpace(name) raw.description = 'The %s color space' % name - raw.aliases = [] + raw.aliases = ["raw"] raw.equality_group = name raw.family = 'Utility' raw.is_data = True