Update package directory structure.
authorThomas Mansencal <thomas.mansencal@gmail.com>
Tue, 26 May 2015 08:56:17 +0000 (10:56 +0200)
committerThomas Mansencal <thomas.mansencal@gmail.com>
Tue, 26 May 2015 08:56:17 +0000 (10:56 +0200)
commit9404c06b163b18672794ced12638b6063fc2b8dd
tree5f190a8dcac35ee49260995b3e91bcd15b9daadf
parent0343914c3673898a5b2356eb37eded81e47ae02a
Update package directory structure.
14 files changed:
aces_1.0.0/python/aces_ocio/__init__.py
aces_1.0.0/python/aces_ocio/aces_config.py [moved from aces_1.0.0/python/aces_ocio/create_aces_config.py with 98% similarity]
aces_1.0.0/python/aces_ocio/colorspaces/__init__.py [new file with mode: 0644]
aces_1.0.0/python/aces_ocio/colorspaces/aces.py [moved from aces_1.0.0/python/aces_ocio/create_aces_colorspaces.py with 100% similarity]
aces_1.0.0/python/aces_ocio/colorspaces/arri.py [moved from aces_1.0.0/python/aces_ocio/create_arri_colorspaces.py with 100% similarity]
aces_1.0.0/python/aces_ocio/colorspaces/canon.py [moved from aces_1.0.0/python/aces_ocio/create_canon_colorspaces.py with 100% similarity]
aces_1.0.0/python/aces_ocio/colorspaces/general.py [moved from aces_1.0.0/python/aces_ocio/create_general_colorspaces.py with 99% similarity]
aces_1.0.0/python/aces_ocio/colorspaces/gopro.py [moved from aces_1.0.0/python/aces_ocio/create_gopro_colorspaces.py with 100% similarity]
aces_1.0.0/python/aces_ocio/colorspaces/panasonic.py [moved from aces_1.0.0/python/aces_ocio/create_panasonic_colorspaces.py with 100% similarity]
aces_1.0.0/python/aces_ocio/colorspaces/red.py [moved from aces_1.0.0/python/aces_ocio/create_red_colorspaces.py with 100% similarity]
aces_1.0.0/python/aces_ocio/colorspaces/sony.py [moved from aces_1.0.0/python/aces_ocio/create_sony_colorspaces.py with 100% similarity]
aces_1.0.0/python/aces_ocio/tests/tests_aces_config.py
aces_1.0.0/python/aces_ocio/utilities.py
aces_1.0.0/python/bin/create_aces_config