Date
1 - 1 of 1
Review: 3dl export shaper lut now matches 3dlut size
Jeremy Selan <jeremy...@...>
https://github.com/imageworks/OpenColorIO/pull/177
Previously, flame and lustre 3dl export was hard-coded to size 17 shaper luts, even when the cubelut was a different size (33x33x33 for lustre, for example). The new default is that the shaper will match the cube size, unless manually overwritten on the commandline (in which case the specified shaper size will be obeyed). Example: ociobakelut --format lustre (writes 33 shaper + 33 cube) --format flame (writes 17 shaper + 17 cube) --format flame --cubesize 9 (writes 9 shaper + 9 cube) --format flame --cubesize 9 --shapersize 33 (writes 33 shaper + 9 cube) This addresses the issue Marie raised earlier in the week: http://groups.google.com/group/ocio-dev/msg/e596bde48e1f199b -- Jeremy |
|