Forum Replies Created

Page 15 of 35
  • Julian Sixx

    November 6, 2006 at 7:58 pm in reply to: Real Quick Expression Question

    Hi
    why not just pickwhiping CheckboxA with the other Checkbox?

  • Julian Sixx

    November 6, 2006 at 7:58 pm in reply to: Real Quick Expression Question

    Hi
    why not just pickwhiping CheckboxA with the other Checkbox?

  • Julian Sixx

    November 6, 2006 at 5:34 pm in reply to: grunge matte

    I guess you mean a Grungy Texture?I would use a Grungy picture as a Layer Map

  • Julian Sixx

    November 6, 2006 at 5:30 pm in reply to: Lava lamp

    Hi Jon
    thanks for your tips .I will try it first without Custom Edges!

    How can i fake volumetric light in Invig.?
    I created a solid with a mask and applied Shine and glow.I placed it 1Px in front of the Invig Layer.
    It works as long as I don’t do any camera animations,after that the whole illusion is gone.Any ideas?
    I tried parenting+expression but no luck so far.

    when i use the Blob video(with shine+glow) as a layer map it doesn’t glow at all.
    I want the blobs to glow + shine.

  • Julian Sixx

    November 3, 2006 at 5:52 pm in reply to: expressions / camera distance

    Hi
    i’m not sure if that is what you’re looking for.

    Let’s assume when the camera moves from -600 to -400 in z-space the Number effects counts from 40 to 20

    driver=thisComp.layer(“Kamera 1”).transform.position[2];
    minCam=-400
    maxCam=-600
    minNr=20
    maxNr=40
    linear(driver, minCam, maxCam, maxNr,minNr)

  • Julian Sixx

    November 3, 2006 at 5:52 pm in reply to: expressions / camera distance

    Hi
    i’m not sure if that is what you’re looking for.

    Let’s assume when the camera moves from -600 to -400 in z-space the Number effects counts from 40 to 20

    driver=thisComp.layer(“Kamera 1”).transform.position[2];
    minCam=-400
    maxCam=-600
    minNr=20
    maxNr=40
    linear(driver, minCam, maxCam, maxNr,minNr)

  • Julian Sixx

    November 2, 2006 at 5:46 pm in reply to: Wiggle between two exact values

    Hi

    //start
    blinkSpeed =2;
    lowOpacity =0;
    highOpacity = 100;
    if(Math.sin(blinkSpeed * time * Math.PI *2) < 0) lowOpacity else highOpacity; //end

  • Julian Sixx

    November 2, 2006 at 5:46 pm in reply to: Wiggle between two exact values

    Hi

    //start
    blinkSpeed =2;
    lowOpacity =0;
    highOpacity = 100;
    if(Math.sin(blinkSpeed * time * Math.PI *2) < 0) lowOpacity else highOpacity; //end

  • Julian Sixx

    October 30, 2006 at 5:57 pm in reply to: Eminem iPod Commercial
  • hi

    in the Stroke effect change Paint Style to On Transparent

Page 15 of 35

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