Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit aedc19a

Browse files
committed
Ensure default generates a 65 samples per edge 3D LUT.
1 parent 73f2624 commit aedc19a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
575 Bytes
Binary file not shown.
43.1 KB
Binary file not shown.

aces_1.1/python/aces_ocio/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1741,7 +1741,7 @@ def role_info_callback(option, opt_str, value, parser):
17411741
default=os.environ.get(ACES_OCIO_CONFIGURATION_DIRECTORY_ENVIRON,
17421742
None))
17431743
p.add_option('--lutResolution1d', default=4096)
1744-
p.add_option('--lutResolution3d', default=64)
1744+
p.add_option('--lutResolution3d', default=65)
17451745
p.add_option('--dontBakeSecondaryLUTs', action='store_true', default=False)
17461746
p.add_option('--keepTempImages', action='store_true', default=False)
17471747

0 commit comments

Comments
 (0)