CC Composite new and obsolete versions problem when scripting
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?
