Fix incorrect call arguments.
authorThomas Mansencal <thomas.mansencal@gmail.com>
Wed, 29 Jul 2015 11:17:40 +0000 (23:17 +1200)
committerThomas Mansencal <thomas.mansencal@gmail.com>
Wed, 29 Jul 2015 11:17:40 +0000 (23:17 +1200)
aces_1.0.0/python/aces_ocio/colorspaces/aces.py

index 1157b57..5ebf2d8 100644 (file)
@@ -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',