Search found 3 matches

by CoonKunsen
November 13th, 2018, 4:13 am
Forum: Expression Discussion
Topic: What am i doing wrong? Simple expression not working...
Replies: 1
Views: 16724

Re: What am i doing wrong? Simple expression not working...

Hi,

you can't use the word "speed" because it is already used as a AE Property attribute. So you just need to rename your variable to something like "spd" and it will work.
by CoonKunsen
April 25th, 2018, 4:14 am
Forum: Scripts Discussion
Topic: Remove All Expressions from Selected Layers
Replies: 2
Views: 10570

Re: Remove All Expressions from Selected Layers

wysee wrote:Hi,
your loop is wrong. Selected Layers being an Array starting at index 0,  your loop should be ( i < layerNumber NOT <= ) like so:
Awesome thanks :)
by CoonKunsen
April 25th, 2018, 1:56 am
Forum: Scripts Discussion
Topic: Remove All Expressions from Selected Layers
Replies: 2
Views: 10570

Remove All Expressions from Selected Layers

Hi, I found a script online which removes all Expressions from all layers within a composition. I tried to change it up so it only removes all expressions from selected layers and it works, but I always get an Alert after I run it that says "Unable to execute script at line 14. undefined is not...