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%2Fcolorspaces%2Fsony.py;h=8cdc923d84b455379b5b2b30fdfb5785abef2360;hp=2d221f9ffaa84fb02f90eca2af90c989cd8f670f;hb=cad9d48a0f1067769435904348e9fffeffd25eb9;hpb=01bc8e5971bed3bf33197715d7c38c785f41467d diff --git a/aces_1.0.0/python/aces_ocio/colorspaces/sony.py b/aces_1.0.0/python/aces_ocio/colorspaces/sony.py index 2d221f9..8cdc923 100644 --- a/aces_1.0.0/python/aces_ocio/colorspaces/sony.py +++ b/aces_1.0.0/python/aces_ocio/colorspaces/sony.py @@ -63,7 +63,8 @@ def create_s_log(gamut, if gamut and transfer_function: cs.aces_transform_id = "IDT.Sony.%s_%s_10i.a1.v1" % ( - transfer_function.replace('-', ''), gamut.replace('-', '').replace(' ', '_')) + transfer_function.replace('-', ''), + gamut.replace('-', '').replace(' ', '_')) # A linear space needs allocation variables if transfer_function == '':