Copy link to clipboard
Copied
While importing PSD files (that contains multiple layers) from the extension panel in 'After effects' using
app.project.importFile
will not provide any option to import individual layers, it always imports as merged psd.
We want to provide user option to select any of the layers in the psd file during import.
In premiere pro extension panel,
if we import the same psd file, using the following code, will give us the option to choose the layers.
app.project.importFiles
Copy link to clipboard
Copied
What importOptions are you passing to AE?