Search found 38 matches

by Varangian
April 11th, 2006, 6:44 am
Forum: Script requests
Topic: script idea (timesaver)
Replies: 4
Views: 11277

perfect, thanks nab!
by Varangian
April 10th, 2006, 12:58 pm
Forum: Scripts Discussion
Topic: AE Scripting Guide example script
Replies: 2
Views: 7949

AE Scripting Guide example script

I am trying to use the Apply Effect script code from the AE Scripting Guide pdf. Problem is, for some reason, in the pdf there are weird extra spaces between many of the words & code that should not be there. Being a non-scripter I cannot find/fix the errors that are not obvious. english errors....
by Varangian
April 10th, 2006, 9:54 am
Forum: Script requests
Topic: script idea (timesaver)
Replies: 4
Views: 11277

thanks nab, works good. I am wondering how to modify it so it makes the paint layer the entire duration of the comp, both the in and out point.
seems that this line is responsible for the action:

myBrushDuration.setValue([myBrushDuration.value[0],myComp.time]);
by Varangian
April 7th, 2006, 11:46 am
Forum: Script requests
Topic: script idea (timesaver)
Replies: 4
Views: 11277

script idea (timesaver)

I often paint in AE on stills, but not on the first frame of the comp, or I do not have the duration set to constant.

How about a script that extends the duration of ALL paint layers to the full duration of the comp that the layer is in.

shouldn't be too tough. anyone?
by Varangian
March 16th, 2006, 4:06 pm
Forum: Scripts Discussion
Topic: autorun a script on AE launch?
Replies: 3
Views: 8804

autorun a script on AE launch?

I have a custom palette with handy scripts I would like to have run automaticall on AE launch. can this be done? if so, how?

thanks!

also, can a script be written to apply an .ffx file to a selected layer?

thanks again!
by Varangian
March 16th, 2006, 9:06 am
Forum: Script requests
Topic: reposition anchor point
Replies: 11
Views: 25870

thanks nab, that's awesome!!!
by Varangian
March 15th, 2006, 12:37 pm
Forum: Script requests
Topic: reposition anchor point
Replies: 11
Views: 25870

hey nab, looks like the link doesn't work.
by Varangian
March 13th, 2006, 5:14 pm
Forum: Script requests
Topic: reposition anchor point
Replies: 11
Views: 25870

reposition anchor point

this seems like a perfect task for a script. I often need to reposition a layers anchor point to the exact edge or corner of a layer. Particularly when I am joining layers in 3D space and I need the edges to line up correctly when animated. This is not precisely done with the pan behind tool, and ch...