Little script one points at a root folder which contains .CUBE LUT files, and then can browse those with a realtime feedback in the VFB.
It also allows to export a set of RGBA images, one per LUT, in any of the VFB-Supported formats (it includes only two extensions in the file save, for simplicity's sake, but one can override as wished.)for further post-process.
Note that saving Exr images will NOT save the tone mapping with them, use a LDR format like the ones suggested, or save the EXR and move the LUT application to post.
and a small video on its basic usage for the early version (mind the shift and control keys!).
V-Ray LUTs Explorer Intro Video.zip
No support offered, no requests accepted.
Feel free, however, to expand on the code as you see fit.
LUTsExplorer_008.zip
EDIT: V0.03 offers auto-detection of LOG/LIN LUT types from the filename (there is no consistent use of metadata in the cube files to that purpose).
It can always be overridden, of course, but comes in handy to save out wedges.
EDIT: V 0.05 fixes a potentially nasty bug with preset saving.
EDIT: V 0.06 adds tooltips to all the UI controls.
EDIT: V 0.07 adds back in the ability to save variants. As a temporary workaround fix to the focus stealing, have every VFB accessory panel (Color correction, history, lens effects and so on) CLOSED when running the script.
EDIT: V 0.08 has a temp fix for the focus stealing, which consists of the script hiding the side panels before (auto) applying a LUT. Drawback: it currently doesn't restore the panels status, so you'll have to unhide them manually.
It also allows to export a set of RGBA images, one per LUT, in any of the VFB-Supported formats (it includes only two extensions in the file save, for simplicity's sake, but one can override as wished.)for further post-process.
Note that saving Exr images will NOT save the tone mapping with them, use a LDR format like the ones suggested, or save the EXR and move the LUT application to post.
and a small video on its basic usage for the early version (mind the shift and control keys!).
V-Ray LUTs Explorer Intro Video.zip
No support offered, no requests accepted.
Feel free, however, to expand on the code as you see fit.
LUTsExplorer_008.zip
EDIT: V0.03 offers auto-detection of LOG/LIN LUT types from the filename (there is no consistent use of metadata in the cube files to that purpose).
It can always be overridden, of course, but comes in handy to save out wedges.
EDIT: V 0.05 fixes a potentially nasty bug with preset saving.
EDIT: V 0.06 adds tooltips to all the UI controls.
EDIT: V 0.07 adds back in the ability to save variants. As a temporary workaround fix to the focus stealing, have every VFB accessory panel (Color correction, history, lens effects and so on) CLOSED when running the script.
EDIT: V 0.08 has a temp fix for the focus stealing, which consists of the script hiding the side panels before (auto) applying a LUT. Drawback: it currently doesn't restore the panels status, so you'll have to unhide them manually.
Comment