Forum Replies Created

Page 2 of 14
  • Navarro Parker

    November 16, 2015 at 4:31 am in reply to: Every X frames, jump Y pixels

    A little confused. So this would go in my Solid’s position attribute?

    Setting the comp FPS low is unfeasible as I have other layers that need to move at different rates.

  • Navarro Parker

    November 2, 2015 at 8:45 pm in reply to: DPX renders not embedding aspect ratio info

    I’m working in a completely anamorphic pipeline. Rendering to square adds another step and processing for all my shots.

    AE needs to correctly write the aspect ratio to DPX files like Nuke does.

  • Navarro Parker

    October 16, 2015 at 7:16 pm in reply to: Displaying source timecode of another layer?

    Thanks Dan. I tried it out, but it doesn’t seem to be accurate. It’s off a few frames.

    I found this expression that is totally accurate, but I have no idea how it’s working. What is it doing differently?

    https://forums.creativecow.net/thread/2/1008244

    for(i=2;i<=thisComp.numLayers;i++){
    if(thisComp.layer(i).inPoint <= time && thisComp.layer(i).outPoint >= time){
    text.sourceText = thisComp.layer(i).name +” — “+ timeToCurrentFormat(thisComp.layer(i).sourceTime());
    }
    }

  • Navarro Parker

    June 15, 2015 at 6:25 pm in reply to: Wiggle only negative values

    Ooops… maybe have spoken too soon.

    I’m getting negative values if I use a wiggle amplitude of 100 (for 100% scale). The minimum it should ever go to is 0% scale with Math.abs, right? The starting scale values are 100,100.

  • Navarro Parker

    June 15, 2015 at 6:18 pm in reply to: Wiggle only negative values

    Brilliant at always! Thanks Dan!!

  • Navarro Parker

    May 20, 2015 at 9:03 pm in reply to: Expression for list of words

    I’m getting an error with this and Buzzwords in AE CC2014.2

    With your script, I’m getting this error when RAM previewing. (It accepts it at first, but errors out once I start moving the playhead)

    Property or method ’10’ in Class ‘Array’ is missing or does not exist.
    Source Text (line 13) of Layer 1…

    With the buzzwords preset, I’m getting the error “Property of method ‘-1’ etc etc.

    Any ideas?

  • Navarro Parker

    April 19, 2015 at 5:38 pm in reply to: Disappearing gradient widget on shape layer

    I tried that. But nothing happened.

    After some playing around, it seems the shape and fill both need to be contained a Group object for the gizmo to appear? I take either the fill or shape out of the group and the gizmo disappears.

  • Navarro Parker

    April 10, 2015 at 9:39 pm in reply to: Keeping 3D layer square with camera

    Amazing, per usual, Dan! Thank you!

  • Navarro Parker

    March 20, 2015 at 7:43 pm in reply to: titles with alpha so they can be over video

    Just make sure you don’t have a background for your text. Turn on the transparency checkerboard. Where ever you see the checkerboard is what is transparent.

    Avid’s DNxHD codec supports alpha channel as well as Quicktime Animation and ProRes 4444.

  • Navarro Parker

    March 16, 2015 at 10:57 pm in reply to: One layer reading another layer’s expression?

    Argh. That’s too bad. I’m assuming the eval() function of reading a text file off a drive has a big performance hit — esp if you have a ton of layers reading it.

    Whatever happened to Adobe Capsules? Weren’t they supposed to give nodal-type reusable expressions, but without the complexity of a true nodal system?

Page 2 of 14

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