Answered
Is there a remove selected layer from multiple comps script?
Can I remove layer(s) from multiple comps at once? Script maybe, acts on the selected layer(s) name(s)
Can I remove layer(s) from multiple comps at once? Script maybe, acts on the selected layer(s) name(s)
With the previous script, if you replace this line:
app.project.item(i).layer(j).blendingMode = BlendingMode.COLOR;
with this, I think it will do what you want:
app.project.item(i).layer(j).remove();
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.