Copy link to clipboard
Copied
Hello
is there a way to get platform specific path to render presets (.epr files) in ppro?
Currently I am looping through:
'var exporters = app.encoder.getExporters();'
and via: 'var presets = exporters[i].getPresets();'
That makes sense, thanks.
If you search PProPanel's directory for "copypresets", you'll see some JavaScript that copies from /PProPanel/payloads, to the correct directory; you could do something similar with .epr files.
Copy link to clipboard
Copied
Confirming: You're calling a function with a file path parameter, without waiting for the writing of that file to be complete?
Why do you need to copy .epr files, for every export?
Copy link to clipboard
Copied
My bad,
apparently the issue was to
Copy link to clipboard
Copied
That makes sense, thanks.
If you search PProPanel's directory for "copypresets", you'll see some JavaScript that copies from /PProPanel/payloads, to the correct directory; you could do something similar with .epr files.