Search found 203 matches

by nab
April 8th, 2006, 12:21 am
Forum: Script requests
Topic: script idea (timesaver)
Replies: 4
Views: 11123

Hi Varangian,
you can try this small script : http://www.nabscripts.com/Forum/Scripts ... ration.jsx
it should extend the duration of all brushes found on selected layers to the current comp time.
by nab
April 7th, 2006, 9:30 pm
Forum: Script requests
Topic: Script Error(s)
Replies: 6
Views: 12961

Hi Jim, if I find enough time, I'll probably translate my website...but I have tons of things to do before that :oops: In the script you experiment (about the fern) the masks are 1-pixel horizontal segments (formed by two points). You can use for example the Stroke effect to 'reveal' all the shapes....
by nab
April 6th, 2006, 6:07 pm
Forum: Script requests
Topic: Script Error(s)
Replies: 6
Views: 12961

Hello, the problem you encoutered has probably occured in your copy/paste operation from your translater (google for example) to your jsx file. I've tried the script on the EN version and it seems to work as it it works on the french version. One other reason could be the format of the script. When ...
by nab
March 15th, 2006, 6:11 pm
Forum: Script requests
Topic: reposition anchor point
Replies: 11
Views: 25273

probably a temporary problem with the server...
I've modified slightly the script that creates now two keyframes (on the position property and anchorPoint) at the current comp time
by nab
March 14th, 2006, 5:48 pm
Forum: Script requests
Topic: reposition anchor point
Replies: 11
Views: 25273

hi Varangian, that's a good idea ! I've written something that apparently does the job; the script should work on AE6.5 and AE7. notes: -perform the operation before applying any rotation, orientation or scale modification on the selected layers -do not select camera, light or text layers hope that ...
by nab
March 1st, 2006, 10:44 pm
Forum: Scripts Discussion
Topic: auto trace layer in 6.5
Replies: 2
Views: 8391

hi mads,
I wanted to use the auto trace in a "rototool" script, but I did not succeed. The guide doesn't say anything about this functionnality, it seems that it is not possible (I use AE6.5).
by nab
December 20th, 2005, 7:03 am
Forum: Scripts Discussion
Topic: Pixel Aspect Ratio on MainSource
Replies: 4
Views: 10095

yes...
import your footage in a new project, and try :

Code: Select all

app.project.item(1).pixelAspect = 1.0;
it should change the interpretation of your footage
by nab
December 17th, 2005, 5:03 pm
Forum: Scripts Discussion
Topic: Pixel Aspect Ratio on MainSource
Replies: 4
Views: 10095

Hi,
it works for me.

Code: Select all

myCurrentSource.pixelAspect = 1.42;
sets the pixel aspect ratio to 1.42