-
After Effects Script – .remove does nothing?
I don’t know if I’m losing my mind here or what, but I’m trying to use a very simple function in extendscript to remove a project item entirely:
app.project.item(1).remove;This should remove the first item in my project panel right? Nope, the script runs, no errors appear, nothing changes, am I missing something?
Thanks for any help,
Steve