Search found 3 matches

by dwarren
March 29th, 2007, 7:38 am
Forum: Scripts Discussion
Topic: Keyframe Assistant -> Sequence Layers via .jsx?
Replies: 4
Views: 12917

Damn, this forum sure messes up posted code if you don't know how it works
:wink:
by dwarren
March 29th, 2007, 7:32 am
Forum: Scripts Discussion
Topic: Keyframe Assistant -> Sequence Layers via .jsx?
Replies: 4
Views: 12917

Thanks for the reply -- I ended up figuring this out & doing this loop in part of my script shortly after I posted my previous message: for (i = 1; i <= combineCompLayers.length; i++){ combineCompLayers[i].selected = 1; prev = ( i - 1 ); if ( prev >= 1 ){ lastOut = combineCompLayers[prev].outPoi...
by dwarren
March 23rd, 2007, 9:51 am
Forum: Scripts Discussion
Topic: Keyframe Assistant -> Sequence Layers via .jsx?
Replies: 4
Views: 12917

Keyframe Assistant -> Sequence Layers via .jsx?

Hello all,

Is there a way of invoking Keyframe Assistant -> Sequence Layers via a .jsx script?

I'm using AE 6.5.

Alternatives to achieve the same result via .jsx are also appreciated.

Cheers,

-DW