Search found 36 matches

by Shinjipierre
August 22nd, 2005, 11:50 am
Forum: Paul Tuersley's Scripts
Topic: SSA Subtitle Importer
Replies: 40
Views: 191181

Funny, I did the same script 6-12 (I don't remember) months ago :D

It's not exactly the same since mine is more dedicated to karaokes ;)

Goof work ^^
by Shinjipierre
June 7th, 2005, 8:22 am
Forum: General Scripts Library
Topic: Reverse Selected Layer Order script
Replies: 2
Views: 16554

erm.... in fact, you can do that with copy/paste... if you select your layers from the bottom ^^
by Shinjipierre
May 28th, 2005, 3:25 am
Forum: Scripts Discussion
Topic: collect files and send to wath folder
Replies: 3
Views: 9519

There's already a function like that in after effects

in "file -> collect the files" (something like that, I use a french version of after effects ;)
by Shinjipierre
May 17th, 2005, 11:46 pm
Forum: Paul Tuersley's Scripts
Topic: pt_EffectSearch
Replies: 8
Views: 65629

Really useful, good work ^^
by Shinjipierre
May 6th, 2005, 1:10 am
Forum: Scripts Discussion
Topic: ae procuedural animatio: how much like actionscript (flash)?
Replies: 3
Views: 9214

Huumm.. I think you should just import the flash files in after effects and modify them
by Shinjipierre
April 15th, 2005, 8:49 am
Forum: Script requests
Topic: AE 3D export to VRML 2
Replies: 4
Views: 13588

Seems a bit difficult but it's possible.

It's gonna be difficult to get the points in order to create the polygons...

I don't know how to add the texture, too...
by Shinjipierre
April 15th, 2005, 3:25 am
Forum: Script requests
Topic: AE 3D export to VRML 2
Replies: 4
Views: 13588

exporting the camera should be possible...

I don't know about the layers...
AE camera and layer anim to VRML 2 since this a open standard and
it is written in a readeble text format.
Where can one see how it is written ?
by Shinjipierre
February 21st, 2005, 3:48 pm
Forum: Expressions Library
Topic: To rhythm a video according to a sound
Replies: 37
Views: 151925

Hummm, I've tried your expression... I don't really know how I should configure the 3 sliders, if you could tell us a bit more ...
by Shinjipierre
February 21st, 2005, 10:58 am
Forum: Expressions Library
Topic: To rhythm a video according to a sound
Replies: 37
Views: 151925

eheh, Thta's because he's using the french version of after effects. One should careful when coding script :p English scripts work for all languages, but ther languages only work on their own version ^^. "Les 2 couches" = "Both channels" ("Curseur") won't work either ^^.
by Shinjipierre
February 3rd, 2005, 3:00 am
Forum: Scripts Discussion
Topic: Determining Width and Height of a Text Layer
Replies: 62
Views: 124721

You should create a plugin for that, in fact ^^

I don't know if t has been coded yet :D
by Shinjipierre
January 29th, 2005, 4:26 am
Forum: Scripts Discussion
Topic: best program to write scripts in?
Replies: 13
Views: 24956

I use ultraEdit....

I wonder if netBeans would be useful... Never tried it for after effects
by Shinjipierre
January 28th, 2005, 2:19 pm
Forum: Scripts Discussion
Topic: Possible to send individual frames to Render Queue?
Replies: 4
Views: 12960

{ var activeItem = app.project.activeItem; //selects the active composition /* if the composition exists... */ if (activeItem == null || !(activeItem instanceof CompItem)){ alert("You need to select a layer first."); } else { var selectedLayers = activeItem.selectedLayers; //I grab the se...
by Shinjipierre
January 27th, 2005, 5:58 pm
Forum: Scripts Discussion
Topic: Possible to send individual frames to Render Queue?
Replies: 4
Views: 12960

That's not a bad idea, yeah we should be able to do something like that, I'll try to create it tomorrow :)
by Shinjipierre
January 24th, 2005, 5:21 pm
Forum: Script requests
Topic: Ftp after render
Replies: 20
Views: 53393

Huumm... It seems really interesting, I was still wondering how sockets worked.

I'll try it tomorrow ^^