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
30 Dec 2016
617

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   

 
0 # K T 2019-10-30 15:35
I updated this a bunch, added an easier to see contact sheet, made the text customizable, and made it ignore non-supported files, among some other small things.

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
 
 
0 # K T 2019-10-30 15:44
Here's a small update to fix the text not disabling correctly-

https://pastebin.com/09A818zA
 
 
+1 # Remco Consten 2020-02-07 09:30
I'm getting an error: Name: 'math' is not defined


edit:
after adding 'import math' to the script it seems to be working.
 
 
0 # K T 2020-02-08 03:11
Glad you figured it out! I had that added to my init.py, nice to know it can be included in the script instead.
 

You have no rights to post comments

We have 2787 guests and 62 members online