Skip to main content
Hey Evgenii
Inspiring
February 3, 2023
Answered

Apply keylight(1.2) plugin via extendsctipt?

  • February 3, 2023
  • 1 reply
  • 599 views

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

This topic has been closed for replies.
Correct answer Dan Ebberts

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");

 

 

1 reply

Dan Ebberts
Community Expert
Dan EbbertsCommunity ExpertCorrect answer
Community Expert
February 3, 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");