From: Thomas Mansencal Date: Wed, 29 Jul 2015 11:17:40 +0000 (+1200) Subject: Fix incorrect call arguments. X-Git-Url: http://users.mur.at/ms/git/gitweb/?p=OpenColorIO-Configs.git;a=commitdiff_plain;h=0d0a09d14fa1a46f7db2d6c17bb67bb773f60c68 Fix incorrect call arguments. --- diff --git a/aces_1.0.0/python/aces_ocio/colorspaces/aces.py b/aces_1.0.0/python/aces_ocio/colorspaces/aces.py index 1157b57..5ebf2d8 100644 --- a/aces_1.0.0/python/aces_ocio/colorspaces/aces.py +++ b/aces_1.0.0/python/aces_ocio/colorspaces/aces.py @@ -751,9 +751,7 @@ def create_ACES_LMT(lmt_name, shaper_params, cleanup, aces_ctl_directory, - 0, - 1, - 1) + 0) cs.to_reference_transforms.append({ 'type': 'lutFile',