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%2Futil.py;h=c1ca5d3f3f081b6c8beec92ab517389124065057;hp=84b43e9d9cc1f5671a997beadf8d658f0fabb8be;hb=75d8749d3630921f8ced18c026cd3cf0d9af14b6;hpb=8a160c48f21fd063b5a59e702a9d5ffdaaefe3b3 diff --git a/aces_1.0.0/python/aces_ocio/util.py b/aces_1.0.0/python/aces_ocio/util.py index 84b43e9..c1ca5d3 100644 --- a/aces_1.0.0/python/aces_ocio/util.py +++ b/aces_1.0.0/python/aces_ocio/util.py @@ -6,9 +6,22 @@ import re import PyOpenColorIO as OCIO +__author__ = 'ACES Developers' +__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' +__license__ = '' +__maintainer__ = 'ACES Developers' +__email__ = 'aces@oscars.org' +__status__ = 'Production' + +__all__ = ['ColorSpace', + 'mat44FromMat33', + 'filter_words', + 'files_walker'] + # # Utility classes and functions # + class ColorSpace: """ A container for data needed to define an OCIO 'Color Space'