Copy link to clipboard
Copied
Hello,
I'm writing simple script for AE and I want to add CC Composite effect to some layer.
It looks like:
highLayer.property("Effects").addProperty("CC Composite");After apply this script to my layer I see that CC Composite effect is obsolete version.
But if I apply CC Composite in AE when working sure I get new CC Composite version.
That's strange cause for old version I see name "CC Composite (obsolete)", but script thinks that this obsolete version is that I need.
So how to apply right new CC Composite version when scripting?
I think you'll be OK if you use the match name for the new version:
highLayer.property("Effects").addProperty("CS Composite");
Copy link to clipboard
Copied
I think you'll be OK if you use the match name for the new version:
highLayer.property("Effects").addProperty("CS Composite");
Copy link to clipboard
Copied
That's right, thank you!
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more