Ensuring that there is a 'raw' alias for the Raw colorspace
authorHaarm-Pieter Duiker <hpd1@duikerresearch.com>
Thu, 2 Jul 2015 17:01:16 +0000 (10:01 -0700)
committerHaarm-Pieter Duiker <hpd1@duikerresearch.com>
Thu, 2 Jul 2015 17:01:16 +0000 (10:01 -0700)
aces_1.0.0/python/aces_ocio/colorspaces/general.py

index 8ebf7db..1a05f06 100644 (file)
@@ -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