Forum Replies Created

Page 1054 of 1081
  • Dan Ebberts

    September 29, 2005 at 6:45 pm in reply to: write on with brush tool

    In the Timeline window:

    Effects > Paint > Paint on Transparent = On

    Dan

  • Dan Ebberts

    September 29, 2005 at 5:51 pm in reply to: effecting vertex/mask with scripting?

    Yes.

  • Dan Ebberts

    September 29, 2005 at 5:51 pm in reply to: effecting vertex/mask with scripting?

    Yes.

  • Dan Ebberts

    September 29, 2005 at 4:14 pm in reply to: wiggle via sliders ?

    Something like this:

    freq = thisComp.layer(“Null 1”).effect(“Slider Control”)(“Slider”);
    amp = thisComp.layer(“Null 1”).effect(“Slider Control 2”)(“Slider”);
    wiggle(freq,amp)

    It’s easiest if you use the pickwhip to set it up.

    Dan

  • Dan Ebberts

    September 29, 2005 at 4:14 pm in reply to: wiggle via sliders ?

    Something like this:

    freq = thisComp.layer(“Null 1”).effect(“Slider Control”)(“Slider”);
    amp = thisComp.layer(“Null 1”).effect(“Slider Control 2”)(“Slider”);
    wiggle(freq,amp)

    It’s easiest if you use the pickwhip to set it up.

    Dan

  • Dan Ebberts

    September 29, 2005 at 4:06 am in reply to: missing data file

    Have you tried importing the damaged project into a new project? Sometimes that works.

    Dan

  • Dan Ebberts

    September 27, 2005 at 11:05 pm in reply to: layer visibility expression

    I can’t think of any reason that wouldn’t work.

    Dan

  • Dan Ebberts

    September 27, 2005 at 11:05 pm in reply to: layer visibility expression

    I can’t think of any reason that wouldn’t work.

    Dan

  • Dan Ebberts

    September 27, 2005 at 10:16 pm in reply to: more scripting…

    You need to use the layers.add() method, like this:

    myImage = myComp.layers.add(myNewFootage);

    Dan

  • Dan Ebberts

    September 27, 2005 at 9:57 pm in reply to: Scripting Loops

    >on the call to the seedRandom what exactly are index and true flagging?

    “index” is the actual seed, “true” says to make it timeless (i.e. random values will persist from frame to frame)

    >can I change the 2 and 3 in 2*Math.sin(time*freq*Math.PI*2 + phase) + 3 to variables?

    Sure.

    >And do you not need a semicolon after each expression?

    It’s optional on the last line. It’s really optional on most lines – it’s just safer (and good practice) to put it in.

    Dan

Page 1054 of 1081

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy