Lut Utilities

Starting with v3.5.1, mrViewer ships with two script utilities to convert a LUT in .3dl or .cube format to mrViewer's native CTL. The program 3dlut2ctl.rb is found in the bin directory of mrViewer and it is run command-line from a bash shell or Windows' cmd.exe. It works like:

3dl2ctl.rb [options] input.3dl output.ctl

Example:

$ 3dl2ctl.rb 3dl/bleach.3dl ctl/LMT.bleach.ctl


Once that is run and the CTL script is named with some prefix and placed in a CTL directory listed in a path listed in the CTL_MODULE_PATH environment variable, you will be able to use it. For example, in the example above, going to the Assign Look Mod Transform shall open a requester with LMT.bleach.ctl in it.
Note that currently the conversion is done in float, and the input/output set to 10/12/16 bits is disregarded.

The other Ruby utility allows you to convert .cube luts (as used in Flame) into CTL code. The program cube2ctl.rb is found in the bin directory of mrViewer and it is run command-line from a bash shell or windows' cmd.exe. It works like:

cube2ctl.rb [options] input.cube output.ctl

Example:

$ cube2ctl.rb cube/bleach.cube ctl/LMT.bleach.ctl