Skip to content

Instantly share code, notes, and snippets.

@justintaylor-dev
Last active November 1, 2022 18:24
Show Gist options
  • Save justintaylor-dev/d6d04e43e2e58e8d27185ebcc3006311 to your computer and use it in GitHub Desktop.
Save justintaylor-dev/d6d04e43e2e58e8d27185ebcc3006311 to your computer and use it in GitHub Desktop.
Warp Stabilize Selection #code_aeft
// Apply Warp Stabilizer to first layer in all selected comps
for (i = 0; i < app.project.selection.length; i++) {
app.project.selection[i].layers[1].Effects.addProperty('Warp Stabilizer');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment