-
Compilation of property nicknames
I swear I found this before, but I am looking for a list of the short cut names for the properties of effects within AE.
For example, from the scripting guide:
var effect1 = app.project.item(1).layer(1).effect(“Add Grain”)(“Viewing Mode”);
var effect1again = app.project.item(1).layer(1).effect.addGrain.viewingMode;I would like to know the items in bold instead of using the quoted text (it just seems safer).
I thought these were the matchNames, but those aren’t what I’m looking for (i.e. NOT “VISINF Grain Implant” and “VISINF Grain Implant-0021”), although I guess those are even safer if going across geographies.
Thanks,
Pauley
Sorry, there were no replies found.