Page 1 of 1

Ignore Expression Errors

Posted: October 8th, 2010, 8:31 am
by drawsprocket
I am working on a script does a find and replace for expression text AND the layers' names. The problem is, the script locks up after the name of the layer changes because the expression no longer works.

How do I tell AE to ignore expression errors until the script is done running?
Thanks!

Re: Ignore Expression Errors

Posted: October 12th, 2010, 6:40 pm
by lloydalvarez
You could disable the expressions, update the layer names, update the expressions with the new layer names and reenable the expressions.

Lloyd