Search found 84 matches

by Yenaphe
May 26th, 2009, 6:02 am
Forum: Scripts Discussion
Topic: Create a "correct" Adjustment layer
Replies: 2
Views: 7144

Create a "correct" Adjustment layer

I'm in the middle of a Script, and i'm having a little issue. I want to add an Adjustement layer to my comp, but as you know you can't add it directly. So this is what i got: var StValidation = StCompLayers.addSolid([1,1,1], "Validation Status", StWidth,StHeight,StPar,StDuration); StValida...
by Yenaphe
May 17th, 2009, 12:04 pm
Forum: Animation presets Library
Topic: Distance Calculator
Replies: 2
Views: 30760

Re: Distance Calculator

Very nice ! Gonna try this tomorrow @ the office !
by Yenaphe
May 12th, 2009, 7:52 am
Forum: Scripts Discussion
Topic: Png files as buttons in Script UI
Replies: 4
Views: 10177

Re: Png files as buttons in Script UI

Thanks Lloyd & Steven.

I'll try this as soon as i've got some time to go back on my script :)

BTW, when will Rapid Script UI be released ?

(Steven, i've joined your script UI forum btw ;))
by Yenaphe
May 10th, 2009, 9:40 am
Forum: General Scripts Library
Topic: Solid Duration
Replies: 5
Views: 18788

Re: Solid Duration

vfxman wrote: Thanks Yenaphe and you're welcome, now you don't need to trouble shoot how to write it and you can start enjoying it. ;)
I've spread the word (http://www.yenaphe.info/a-little-smart- ... r-effects/), so I won't be alone enjoying it ;)
by Yenaphe
May 8th, 2009, 4:44 pm
Forum: General Scripts Library
Topic: Solid Duration
Replies: 5
Views: 18788

Re: Solid Duration

Very nice David ! I was actually looking at creating a script to do the same thing :)
by Yenaphe
May 5th, 2009, 2:34 am
Forum: Expression Discussion
Topic: if then else problem
Replies: 8
Views: 17358

Re: if then else problem

Does it work if you try this:

Code: Select all

if (T1[3]) {
by Yenaphe
May 1st, 2009, 9:27 am
Forum: Scripts Discussion
Topic: Png files as buttons in Script UI
Replies: 4
Views: 10177

Png files as buttons in Script UI

Hi everyone, I'm looking for a way to use a png file as a button in Script UI. I know how to display a png file, i know how to create a button, but i can't seem to make both work together. Plus i'd relly like the button to not have a "button" look (no grey embossed rectangle). My goal is t...
by Yenaphe
April 29th, 2009, 5:01 am
Forum: Script requests
Topic: Stereoscopic Plugins or Scripts around?
Replies: 9
Views: 16437

Re: Stereoscopic Plugins or Scripts around?

As far as i know, there is now way to have 2 comp windows updating real time. Only one will be RT and the other will update when button is released.
by Yenaphe
April 24th, 2009, 10:53 am
Forum: Scripts Discussion
Topic: It sure is dead around here...
Replies: 3
Views: 8932

Re: It sure is dead around here...

Yes, a lot of people, including professionals, ignore the scripting goodness and even the expressions, builtinside AE.

I'm having trouble right now on a production, because my supervisor doesn't know expressions, and i used then alot on my projects...
by Yenaphe
April 24th, 2009, 10:47 am
Forum: Expression Discussion
Topic: Position Expression Help.
Replies: 4
Views: 12238

Re: Position Expression Help.

Hi Reigh,

i don't exactly understand what you want to achieve. Could you re-explain it ? Or maybe upload a screenshot or two so i can better visualize what you wanna do.
by Yenaphe
April 18th, 2009, 3:18 am
Forum: Expression Discussion
Topic: Sure Target 1.6
Replies: 4
Views: 13673

Re: Sure Target 1.6

Ok, i'm still a little bit confused (but i do often use suretarget so at least i know how it works). You have a problem with rotation when parenting a layer to suretarget. But do you parent the layer to the camera, or to the null object. My guess is the null object. Do you have a test project, or a ...
by Yenaphe
April 18th, 2009, 3:11 am
Forum: Expressions Tutorials
Topic: Offset position for mutliple keyframes
Replies: 4
Views: 54495

Re: Offset position for mutliple keyframes

If you select all the keyframes you want to offset, and use the up/down/left/right arrow keys on your keyboard, it should offset them on the x/y axis.

This is how i do for offseting position keyframe, i guess it should work for any property using x/y axis.
by Yenaphe
April 17th, 2009, 5:23 pm
Forum: Scripts Discussion
Topic: 3D switch bug
Replies: 2
Views: 7299

Re: 3D switch bug

Nice find !
by Yenaphe
April 16th, 2009, 7:43 am
Forum: Expression Discussion
Topic: Sure Target 1.6
Replies: 4
Views: 13673

Re: Sure Target 1.6

Foudou, i don't exactly understand what you want to do. Could you explain it better ? Whant do you what to parent, and what rotation does not work, camera or null object ?

If it's too complicated to explain in english, you can drop me a line in french on my email address: seb@sperier.com.
by Yenaphe
April 16th, 2009, 7:04 am
Forum: Script requests
Topic: Generating a AE based Z buffer.
Replies: 4
Views: 10627

Re: Generating a AE based Z buffer.

I'll be late renkin, as i have not much free time, and already have some stuff underway. But the good news is i'm shaping it carefully in my head, and on paper, because it's much more complicated than thought at first. So i'll try to cover any situation, but that's not easy.