Page 1 of 1

Set file path for "Apply Color LUT"?

Posted: August 26th, 2011, 12:23 am
by Simma
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);