Skip to content

Commit 3d531dc

Browse files
author
Haarm-Pieter Duiker
committed
Fixed case mismatch in reference to CTL file. Allows build on Linux.
1 parent 210c11e commit 3d531dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aces_1.0.0/python/aces_ocio/colorspaces

aces_1.0.0/python/aces_ocio/colorspaces/aces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ def create_Dolby_PQ_scaled(aces_ctl_directory,
614614
ctls = [os.path.join(
615615
aces_ctl_directory,
616616
'utilities',
617-
'ACESlib.OCIOshaper_to_lin_param.a1.0.0.ctl')]
617+
'ACESlib.OCIOshaper_to_Lin_param.a1.0.0.ctl')]
618618
lut = '%s_to_linear.spi1d' % name
619619

620620
lut = sanitize(lut)

0 commit comments

Comments
 (0)