• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Create dynamic Composition based on PS import via Adobe Scripting

New Here ,
Sep 11, 2020 Sep 11, 2020

Copy link to clipboard

Copied

Hello friends!

 

I would like to know if it is possible to import an PS File via script and at the same time create a Composition which is based upon the Files Name. So for example: I have an PS File Named "S01" and I now wanna animate it in AE. And typically I would import it normally, but now I wanna have a Script that imports the Selected Folder and Creates a composition base upon the PS Files Name.

 

So far I'm at Importing all the files and creating a composition via button, but I don't know how to let the Name change dynamically.

 

I would be very glad, if any of you could help me.

Thanks,

Nico

TOPICS
How to , Import and export , Scripting

Views

182

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Sep 11, 2020 Sep 11, 2020

If you're doing this in bulk, then you'd wanna go with scripting. This is fairly straighforward in scripting, you just need to import the files, and then create new comps with the same name.

Here are some resources:

Importing files
http://docs.aenhancers.com/other/importoptions/?highlight=import

Creating Comps
http://docs.aenhancers.com/items/itemcollection/?highlight=addcomp

 

Add psd to comp:

app.project.activeItem.layers.add()

Votes

Translate

Translate
LEGEND ,
Sep 11, 2020 Sep 11, 2020

Copy link to clipboard

Copied

If you import a PSD file, the import dialog give you an option to import it as footage or as a composition. If you choose the composition option, the comp will have the same name as the file. That should do what you're asking for unless I'm completely misunderstanding your post.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 11, 2020 Sep 11, 2020

Copy link to clipboard

Copied

If you're doing this in bulk, then you'd wanna go with scripting. This is fairly straighforward in scripting, you just need to import the files, and then create new comps with the same name.

Here are some resources:

Importing files
http://docs.aenhancers.com/other/importoptions/?highlight=import

Creating Comps
http://docs.aenhancers.com/items/itemcollection/?highlight=addcomp

 

Add psd to comp:

app.project.activeItem.layers.add()

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 15, 2020 Sep 15, 2020

Copy link to clipboard

Copied

LATEST

Thank you !

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines