Creating a Pseudo Effect group from scripting

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
FFORM
Posts: 2
Joined: September 20th, 2019, 11:29 am

Using something like `layer.effect.addProperty("ADBE Layer Control")` can I create multiple effects but have them appear as a single effect on a layer using Pseudo effects?

I've found reference to doing this via an xml file and then applying it https://gist.github.com/animoplex/e2306 ... 9e4b1fe78a
but I haven't been able to find anything about registering this pseudo effect from the script itself.

My goal is to have a script add a pseudo effect with multiple controls (like a slider and a layer control) so I can more easily manipulate the pseudo control if they change something with the script ui panel.
Post Reply