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%2Futilities.py;h=e5982219316b9a36ea4687016a67546a8b28c6ee;hp=56c9c9d2696f53792797b111828de626d3797b16;hb=0aab7ba4cf1b56cdc40fe839b47cdcafb06d6641;hpb=a2ddcb8987640bce36a763069d8217caab13f5bc diff --git a/aces_1.0.0/python/aces_ocio/utilities.py b/aces_1.0.0/python/aces_ocio/utilities.py index 56c9c9d..e598221 100644 --- a/aces_1.0.0/python/aces_ocio/utilities.py +++ b/aces_1.0.0/python/aces_ocio/utilities.py @@ -45,7 +45,8 @@ class ColorSpace(object): to_reference_transforms=[], from_reference_transforms=[], allocation_type=ocio.Constants.ALLOCATION_UNIFORM, - allocation_vars=[0, 1]): + allocation_vars=[0, 1], + aces_transform_id=None): """ Object description. @@ -71,7 +72,7 @@ class ColorSpace(object): self.from_reference_transforms = from_reference_transforms self.allocation_type = allocation_type self.allocation_vars = allocation_vars - + self.aces_transform_id = aces_transform_id def mat44_from_mat33(mat33): """