Search found 84 matches

by Yenaphe
September 21st, 2009, 3:43 am
Forum: Expression Discussion
Topic: Roulette expression
Replies: 16
Views: 34824

Re: Roulette expression

I'm wondering if the use of seedRandom() on top of the expression couldn't help with randomising the random seed.
by Yenaphe
September 20th, 2009, 7:07 pm
Forum: Scripts Discussion
Topic: Weird behavior when adding multiple sliders
Replies: 2
Views: 8480

Weird behavior when adding multiple sliders

Hi gang, i'm facing a really weird behavior, and I was wondering what i've been doing wrong. I'm creating a new adjustement layer, and I want to add 3 slider controls on it and customize them. This is the code I wrote: var Controler = myObj.ActiveLayers.addSolid([1,1,1], "Controler", myObj...
by Yenaphe
August 30th, 2009, 3:01 pm
Forum: Scripts Discussion
Topic: preferredSize crash
Replies: 2
Views: 7079

Re: preferredSize crash

Launched it for ExtendScript, and it runs perfectly in my AE CS4, WinVista x32
by Yenaphe
August 14th, 2009, 4:43 pm
Forum: General Scripts Library
Topic: Stereoscopic Workflow - Scripts
Replies: 3
Views: 15690

Re: Stereoscopic Workflow - Scripts

Wow Nice !

Thanx :)
by Yenaphe
August 14th, 2009, 12:04 pm
Forum: Expression Discussion
Topic: Light Driven by Layer Brightness
Replies: 2
Views: 9253

Re: Light Driven by Layer Brightness

You canuse maltaannon's Pixl sampler free custom effect, you'll be able to do easily something like you want to achieve:

http://maltaannon.com/articles/after-ef ... elsampler/
by Yenaphe
August 10th, 2009, 11:27 am
Forum: Script requests
Topic: Exporting Sequences to layered PSD files
Replies: 2
Views: 8538

Re: Exporting Sequences to layered PSD files

I wanna make sure i understand correctly. For each image sequence you import, you want them to be converted as a comp, and iside the comp you want every single frame of the sequence as a different layer, every one of them sequenced at the 1st frame so you can export 1 psd file containing every frame...
by Yenaphe
August 6th, 2009, 4:02 pm
Forum: Script requests
Topic: Any scripts to help dissolve loop any footage?
Replies: 8
Views: 16223

Re: Any scripts to help dissolve loop any footage?

Well time remapping stuff isn't for aeretards :wink:

That asside, i understand what you need. Don't know any script that does this, but shouldn't be really difficult to do

(i know, it doesn't help at all)
by Yenaphe
August 6th, 2009, 3:56 pm
Forum: Script requests
Topic: PICKWIPPING MANY LAYERS TO A SLIDER CONTROLLER
Replies: 1
Views: 6592

Re: PICKWIPPING MANY LAYERS TO A SLIDER CONTROLLER

I don't think that a script does that.

You can try to do pickwhip the rotation and scale value for the first layer and then select "copy expression only". Select all the layers and then past.
by Yenaphe
August 6th, 2009, 3:39 pm
Forum: Scripts Discussion
Topic: Somebody can un-protect this code?
Replies: 2
Views: 6630

Re: Somebody can un-protect this code?

what is it supposed to do ? And where does it comes from ?

it's complicated to decypher something if we have no clue at all.
by Yenaphe
August 6th, 2009, 3:36 pm
Forum: Script requests
Topic: Any scripts to help dissolve loop any footage?
Replies: 8
Views: 16223

Re: Any scripts to help dissolve loop any footage?

Well it's kinda easy, but it's hidden. If you want to loop a footage, right-clic on it in the project pannel, then go to interpret footage, and there you can set a number of loop. If that doesn't work for you, you can select the layer you need, activate timeremapping (ctrl-shift-R) check the last ke...
by Yenaphe
August 6th, 2009, 3:23 pm
Forum: Expression Discussion
Topic: expression to a slider
Replies: 2
Views: 11006

Re: expression to a slider

just create a null with 3 sliders from expression control.

then in each layer wiggle expression type: wiggle(thisComp("yourNullLayer").slider1.cursor,thisComp("yourNullLayer").slider2.cursor);

then you'll just have to adjust your slider to control your wiggle;
by Yenaphe
August 3rd, 2009, 11:12 am
Forum: General Scripts Library
Topic: sParticular
Replies: 1
Views: 10994

Re: sParticular

The script is finally released !

You can get it from http://aescripts.com/sparticular, and be sure to check my website for more information: http://www.yenaphe.info/sparticular.

I hope you'll find it usefull.

Seb
by Yenaphe
July 14th, 2009, 5:00 pm
Forum: Expression Discussion
Topic: D. Flanaghan.Chpters necesary f a.e .Anybody use this guide?
Replies: 3
Views: 13212

Re: D. Flanaghan.Chpters necesary f a.e .Anybody use this guide?

What you won't find in a standard JS book are all the AE specific object model. So you'll definitly also want a book on AE expression like the one above (which cover math stuf also). By the way, Mark Christiansen's Book:CS4 Studio techniques http://www.assoc-amazon.com/e/ir?t=yenaphe-20&l=as2&am...
by Yenaphe
June 30th, 2009, 1:18 pm
Forum: Script requests
Topic: Custom pillar boxing script?
Replies: 2
Views: 8019

Re: Custom pillar boxing script?

Okay, that shouldn't really be hard to do.

First of all, where is your script failing ?
by Yenaphe
June 22nd, 2009, 1:45 am
Forum: Scripts Discussion
Topic: How to add effects via script
Replies: 1
Views: 6220

Re: How to add effects via script

If you are using alot of time the same effects on layers, you can create an animation preset, then you'll just have to drag & drop it from the preset panel onto the layers you need. Or you can create a script, and tell him to apply an effect on each selected layers for exemple. For that you'll n...