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?
Copy link to clipboard
Copied
We are only setting the file option in ImportOptions.
Copy link to clipboard
Copied
Any different / improved behavior, using canImportAs(), and (if successful) choosing ImportAsType.COMP_CROPPED_LAYERS?
https://ae-scripting.docsforadobe.dev/other/importoptions/?h=importoptions
Find more inspiration, events, and resources on the new Adobe Community
Explore Now