Skip to content

Instantly share code, notes, and snippets.

@TSCG
Created May 11, 2017 08:01
Show Gist options
  • Save TSCG/4df9660420f50e1c5d56200aca13675b to your computer and use it in GitHub Desktop.
Save TSCG/4df9660420f50e1c5d56200aca13675b to your computer and use it in GitHub Desktop.
var ap=app.project;
var myLayer=ap.item(1).layer(1);
var numEff=myLayer.property("Effects").numProperties;
$.writeln( "---------------------------------------------------" );
for(k=1;k<=numEff;k++){
var effName=myLayer.property("Effects").property(k).matchName;
$.writeln(effName );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment