Activity › Forums › Adobe After Effects Expressions › Leave a trail
-
Evan Schafer
April 2, 2007 at 2:12 pmHey Flip,
Maybe I’m missing something obvious here, but I’m trying to use the script you posted and I keep getting the error “Unable to execute script at line 24. AE error: Unable to call “removekey” because of parameter 1. Value is undefined.” I’ve looked at the scipt code, but my inferior coding skills cannot determine what the parameter could be. Using AE6.5 (maybe this is the prob?) and using the script on moving footage, not stills. Any thoughts?
-
Filip Vandueren
April 2, 2007 at 2:21 pmtry changing line 24 to
layer_copy.timeRemap.removeKey(layer_copy.timeRemap.numKeys);
that was the only line that referred to timeRemapping as layer_copy(2): timeremapping is the second property of a layer, but maybe 6.5 didn’t like that.
I’ll correct, test and reupload the script ASAP, but I’m not at home right now.
Reply to this Discussion! Login or Sign Up