Set file path for "Apply Color LUT"?

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
Simma
Posts: 98
Joined: June 8th, 2010, 2:57 pm

Anyone have a way of setting the file path to the Apply Color LUT effect? As soon as you add it, an dialog pops up and ask you to chose your lut file. I would like to set this with scripting, but haven't found a way. Also it doesn't work to suppress the dialog window with app.beginSuppressDialogs(); app.endSuppressDialogs(false);.

Should be something like, except the setValue ending:

Code: Select all

app.project.activeItem.selectedLayers[0].property("Effects").addProperty("Apply Color LUT").setValue(lutPath);
Post Reply