-
Script to add effect
I want to add an effect to some layers in an AE script but instead of it adding it to the bottom of the property group, I want to insert it at a set location.
Like I said, it works great other than it adds the new effect to the bottom of the group.
Any ideas?
Thanks.
Phil
if (thisEffectName == fxOld) { // found an old effect
thisEffect.remove();
currentEffects.addProperty(fxNew);
}