Hello,
I just want to know if it's possible to know how many parameters does have an effect?
For example,
var controler = app.project.activeItem.layers.addNull();
var ombreControler = controler.Effects.addProperty("ADBE Drop Shadow");
I tried ombreControler.property.length but it returns 0.
Any idea?
Thanks
How to know how many parameters does have an effect??
Moderator: Paul Tuersley
Code: Select all
ombreControler.numProperties

Oh, thank you!
Another question : is it possible to detect which version of after effects is using, because the numProperties of an effect vary according the version : in CC, there is one more property per effects which is the new "Compositing options"!!
Thanks
Another question : is it possible to detect which version of after effects is using, because the numProperties of an effect vary according the version : in CC, there is one more property per effects which is the new "Compositing options"!!
Thanks