Add top level "aces_ocio" python package and preliminary unit tests.
authorThomas Mansencal <thomas.mansencal@gmail.com>
Thu, 15 Jan 2015 16:20:13 +0000 (17:20 +0100)
committerThomas Mansencal <thomas.mansencal@gmail.com>
Thu, 15 Jan 2015 16:20:13 +0000 (17:20 +0100)
commit81ebbcda56c215801a15a690b6f9949f25b04caf
treeec6843e3715acbb3865fdf37a91dde21adeaabde
parentb6839f6c01fa70ee02ddfc5205a07b751d3d1a85
Add top level "aces_ocio" python package and preliminary unit tests.
13 files changed:
aces_1.0.0/python/aces_ocio/__init__.py [new file with mode: 0644]
aces_1.0.0/python/aces_ocio/createARRIColorSpaces.py [moved from aces_1.0.0/python/createARRIColorSpaces.py with 97% similarity]
aces_1.0.0/python/aces_ocio/createCanonColorSpaces.py [moved from aces_1.0.0/python/createCanonColorSpaces.py with 98% similarity]
aces_1.0.0/python/aces_ocio/createREDColorSpaces.py [moved from aces_1.0.0/python/createREDColorSpaces.py with 98% similarity]
aces_1.0.0/python/aces_ocio/createSonyColorSpaces.py [moved from aces_1.0.0/python/createSonyColorSpaces.py with 98% similarity]
aces_1.0.0/python/aces_ocio/create_aces_config.py [new file with mode: 0755]
aces_1.0.0/python/aces_ocio/generateLUT.py [moved from aces_1.0.0/python/generateLUT.py with 96% similarity]
aces_1.0.0/python/aces_ocio/process.py [moved from aces_1.0.0/python/process.py with 100% similarity]
aces_1.0.0/python/aces_ocio/tests/__init__.py [new file with mode: 0644]
aces_1.0.0/python/aces_ocio/tests/tests_aces_config.py [new file with mode: 0644]
aces_1.0.0/python/aces_ocio/util.py [new file with mode: 0644]
aces_1.0.0/python/create_aces_config.py [deleted file]
aces_1.0.0/python/util.py [deleted file]