From 0108a4399925c770ec6a985981208d88c24a3a6c Mon Sep 17 00:00:00 2001 From: Haarm-Pieter Duiker Date: Thu, 2 Jul 2015 10:01:16 -0700 Subject: [PATCH] Ensuring that there is a 'raw' alias for the Raw colorspace --- aces_1.0.0/python/aces_ocio/colorspaces/general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4