Skip to content

Commit 210c11e

Browse files
committed
Fixed case mismatch in reference to CTL file. Allows build on Linux.
1 parent c99e8dc commit 210c11e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • aces_1.0.0/python/aces_ocio/colorspaces

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

Lines changed: 3 additions & 3 deletions
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)
@@ -1181,10 +1181,10 @@ def create_ODTs(aces_ctl_directory,
11811181
dolby_pq_scaled_shaper_name,
11821182
os.path.join('%s',
11831183
'utilities',
1184-
'ACESlib.OCIOShaper_to_Lin_param.a1.0.0.ctl'),
1184+
'ACESlib.OCIOshaper_to_Lin_param.a1.0.0.ctl'),
11851185
os.path.join('%s',
11861186
'utilities',
1187-
'ACESlib.Lin_to_OCIOShaper_param.a1.0.0.ctl'),
1187+
'ACESlib.Lin_to_OCIOshaper_param.a1.0.0.ctl'),
11881188
1.0,
11891189
log2_params]
11901190

0 commit comments

Comments
 (0)