Search found 14 matches

by blies
May 12th, 2010, 1:39 am
Forum: Expression Discussion
Topic: Randomizing mask path position
Replies: 2
Views: 10275

Re: Randomizing mask path position

Thanks Mylenium.
by blies
May 6th, 2010, 2:14 am
Forum: Expression Discussion
Topic: Randomizing mask path position
Replies: 2
Views: 10275

Randomizing mask path position

Hi. Is it possible to randomize the position of a mask path ? I try to explain better: - create a mask on a layer - duplicate layer and I would like to move the mask in another position - duplicate layer and I would like to move the mask in another position - duplicate layer and I would like to move...
by blies
January 25th, 2010, 8:29 am
Forum: Script requests
Topic: simplify keyframes
Replies: 1
Views: 7694

Re: simplify keyframes

Try to explain better or post a simple project, please.
by blies
January 25th, 2010, 8:26 am
Forum: Script requests
Topic: Script to replace PSD Layered file!!!
Replies: 3
Views: 11835

Re: Script to replace PSD Layered file!!!

What AE version ?
In CS4 there's Export XML feature so that you could save in XML file ad edit with a text editor. ;)
by blies
September 26th, 2008, 7:54 am
Forum: Scripts Discussion
Topic: How can I detect OK/Cancel button ?
Replies: 5
Views: 10646

Re: How can I detect OK/Cancel button ?

Ok .. and I don't know why I loose myComp that is set at the begin of the script :(
by blies
September 26th, 2008, 6:34 am
Forum: Scripts Discussion
Topic: How can I detect OK/Cancel button ?
Replies: 5
Views: 10646

Re: How can I detect OK/Cancel button ?

Dan, sorry for the new question.
Obviously when I call okClick, inside the function I loose every var/obj that I create before, right ?

How can I pass that parameters ?

I tried
win.buttons.okBtn.onClick = okClick(myComp,win);
.. but I got undefined errors

Why ?
by blies
September 25th, 2008, 8:28 am
Forum: Scripts Discussion
Topic: How can I detect OK/Cancel button ?
Replies: 5
Views: 10646

Re: How can I detect OK/Cancel button ?

Great! Great! Great!
Thanks! Thanks! Thanks!
by blies
September 25th, 2008, 7:34 am
Forum: Scripts Discussion
Topic: How can I detect OK/Cancel button ?
Replies: 5
Views: 10646

How can I detect OK/Cancel button ?

Hi everybody. Maybe my question have a simple answer, but I don't know how to detect an Ok/Cancel button press. I create a dialog in this way res = "dialog { alignChildren: 'fill', text: 'xxxxx', \ ... buttons: Group { orientation: 'row', alignment: 'right', \ okBtn: Button { text:'OK', propert...
by blies
September 4th, 2008, 12:26 am
Forum: Scripts Discussion
Topic: Ellipse mask
Replies: 2
Views: 7996

Re: Ellipse mask

Thanks Dan.
You are great !! :!:
by blies
September 3rd, 2008, 3:22 pm
Forum: Scripts Discussion
Topic: Ellipse mask
Replies: 2
Views: 7996

Ellipse mask

Hi everybody.
How can I add an ellipse mask to a layer ?
Thanks in advance ;)
by blies
September 6th, 2007, 5:02 am
Forum: Expression Discussion
Topic: Expressing layer startTime
Replies: 4
Views: 16973

Many thanks Paul.
Now it's more clear ;)
by blies
September 6th, 2007, 1:38 am
Forum: Expression Discussion
Topic: Expressing layer startTime
Replies: 4
Views: 16973

Thanks Mylenium, but maybe I wrong my explanation.
What I want to achieve is something like this:

Code: Select all

|----------|
   |----------|
      |----------|
But alla layers are

Code: Select all

|----------|
|----------|
|----------|
Is it possible ?
by blies
September 4th, 2007, 12:04 am
Forum: Expression Discussion
Topic: Expressing layer startTime
Replies: 4
Views: 16973

Expressing layer startTime

Hi.
How can I create an expression on layer startTime ?
I have one layer with some keyframes in the opacity transformation; I dup this and I would to change with an expression his startTime.
Is it possible ?

Thanks
by blies
May 9th, 2007, 12:57 am
Forum: General Scripts Library
Topic: BG Renderer
Replies: 42
Views: 128493

My first post to say that I really appreciate this script !!! :)
GREAT !!