Copy link to clipboard
Copied
I made a script, which has to set LUT from the file. I add my .cube file in default folder (C:\Program Files\Adobe\Adobe Premiere Pro CC 2019\Lumetri\LUTs\Creative) and after use the line:
app.project.activeSequence.videoTracks[1].clips[0].components[2].properties[30].setValue(14, true);
But when I select other sequence, "Input LUT" stays the same (or [Custom], but not my settings). How can I fix it?
P.S. If I execute "app.project.activeSequence.videoTracks[1].clips[0].components[2].properties[30].setValue(14, true)" not in the loop - Everything works fine.
Copy link to clipboard
Copied
Can you send me your test project, and the entire snippet, with which you're testing? [ b b b at adobe dot com]
Copy link to clipboard
Copied
The current API returns the pop-up menu position of the currently selected LUT, not the actual path to that LUT.
Copy link to clipboard
Copied
How can we fetch a list of the available luts from the dropdown?
Is there a way to programatically save a lut to the system path and reload the dropdown list without restarting premiere?