LUTs loader v1.0
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Ivan Kirilovskikh
the script will create a group with OCIOFileTransfoms to quickly switch between color correction
Requirements:
9.0 or later
9.0 or later
30 Dec 2016
660
copy lut_loader.gizmo to gizmo folder
add to menu.py:
nuke.menu( 'Nodes' ).addCommand('lutLoader', lambda: nuke.createNode('lut_loader') )
1 Select a folder with LUT files
2 Click on the LOAD button
the script will create a group with OCIOFileTransfoms to quickly switch between color correction
Please login in order to download these files.
Comments
To-Do would be to make the directory walk recursive, but here it is for now, hope it helps someone else!
https://pastebin.com/JuXzfdtF
https://pastebin.com/09A818zA
edit:
after adding 'import math' to the script it seems to be working.
RSS feed for comments to this post