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

Apply keylight(1.2) plugin via extendsctipt?

Participant ,
Feb 03, 2023 Feb 03, 2023

Copy link to clipboard

Copied

Hi, I was wondering is it possible apply keylight(1.2) plugin via extendsctipt somehow the same way as applyPreset(File(path to ffx))? 

TOPICS
Scripting

Views

311

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 , Feb 03, 2023 Feb 03, 2023

I guess you could make it part of a preset, or just add it as an effect:

app.project.item(1).layer(1).property("Effects").addProperty("Keylight (1.2)")

or:

app.project.item(1).layer(1).property("ADBE Effect Parade").addProperty("Keylight 906");

 

 

Votes

Translate

Translate
Community Expert ,
Feb 03, 2023 Feb 03, 2023

Copy link to clipboard

Copied

LATEST

I guess you could make it part of a preset, or just add it as an effect:

app.project.item(1).layer(1).property("Effects").addProperty("Keylight (1.2)")

or:

app.project.item(1).layer(1).property("ADBE Effect Parade").addProperty("Keylight 906");

 

 

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