Apply "PEP8" naming convention on most objects.
authorThomas Mansencal <thomas.mansencal@gmail.com>
Thu, 15 Jan 2015 22:50:41 +0000 (23:50 +0100)
committerThomas Mansencal <thomas.mansencal@gmail.com>
Thu, 15 Jan 2015 23:18:44 +0000 (00:18 +0100)
commit6eac5f132b3888eee16a8306d91b9405346f3ac2
tree58f1d3336e508ef3958630045b25bef27aad77c1
parent48d67eb8a5804cd9cabf0a22c3f421502b983b24
Apply "PEP8" naming convention on most objects.
17 files changed:
aces_1.0.0/python/aces_ocio/__init__.py
aces_1.0.0/python/aces_ocio/createARRIColorSpaces.py [deleted file]
aces_1.0.0/python/aces_ocio/createCanonColorSpaces.py [deleted file]
aces_1.0.0/python/aces_ocio/createREDColorSpaces.py [deleted file]
aces_1.0.0/python/aces_ocio/createSonyColorSpaces.py [deleted file]
aces_1.0.0/python/aces_ocio/create_ARRI_colorspaces.py [new file with mode: 0644]
aces_1.0.0/python/aces_ocio/create_RED_colorspaces.py [new file with mode: 0644]
aces_1.0.0/python/aces_ocio/create_aces_config.py
aces_1.0.0/python/aces_ocio/create_arri_colorspaces.py [new file with mode: 0644]
aces_1.0.0/python/aces_ocio/create_canon_colorspaces.py [new file with mode: 0644]
aces_1.0.0/python/aces_ocio/create_red_colorspaces.py [new file with mode: 0644]
aces_1.0.0/python/aces_ocio/create_sony_colorspaces.py [new file with mode: 0644]
aces_1.0.0/python/aces_ocio/generateLUT.py [deleted file]
aces_1.0.0/python/aces_ocio/generate_lut.py [new file with mode: 0644]
aces_1.0.0/python/aces_ocio/process.py
aces_1.0.0/python/aces_ocio/tests/tests_aces_config.py
aces_1.0.0/python/aces_ocio/utilities.py [moved from aces_1.0.0/python/aces_ocio/util.py with 78% similarity]