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=a3990c3bdcd54a52c21afae3826caeaed6049188;hp=50a4b41681fcfee995436072bb654acb324726b0;hb=805c53aca382854614ec47c02aa4799afe237e45;hpb=7a4fc682918ad7556041773dad14802cd73d15e7 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 50a4b41..a3990c3 100644 --- a/aces_1.0.0/python/aces_ocio/colorspaces/sony.py +++ b/aces_1.0.0/python/aces_ocio/colorspaces/sony.py @@ -65,7 +65,7 @@ def create_S_Log(gamut, transfer_function.replace('-', ''), gamut.replace('-', '').replace(' ', '_')) - # A linear space needs allocation variables + # A linear space needs allocation variables. if transfer_function == '': cs.allocation_type = ocio.Constants.ALLOCATION_LG2 cs.allocation_vars = [-8, 5, 0.00390625]