From 0d0a09d14fa1a46f7db2d6c17bb67bb773f60c68 Mon Sep 17 00:00:00 2001 From: Thomas Mansencal Date: Wed, 29 Jul 2015 23:17:40 +1200 Subject: [PATCH] Fix incorrect call arguments. --- aces_1.0.0/python/aces_ocio/colorspaces/aces.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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', -- 1.7.10.4