Forum Replies Created

  • Kyle High

    June 28, 2013 at 9:17 pm in reply to: Is it possible to launch C4D Lite without AE?

    Thanks for the reply Todd.

    The fact Adobe and Maxon are finally working together is AWESOME! I was just hoping to not have to open AE every time I wanted to work on a model or project in CD4.

    Moving on….

    Thanks, Kyle

  • Kyle High

    May 3, 2012 at 7:45 pm in reply to: Avid, Aja and Closed Captioning questions

    Ok… maybe a more simple question. Will the Kona LHi pass closed captioning from the Avid timeline?

    Thanks, Kyle

  • Kyle High

    October 27, 2011 at 1:23 am in reply to: Off-setting one text layer by the length of another

    Thanks for your reply Dan. This is exactly what I was looking for.

    The multifont formatting is where I was running into problems. I changed the first line of you expression to point to the text layer in my pre-comp. Works perfectly!

    I think I know what you’re talking about with the script idea, but this solution allows us to format once and have all the titles update. Each open has the DVD Title followed by the Session number. Underneath that is each session’s title. Those have to be entered manually, because some are short and some long. Some are one line and some are two.

    Thanks again for your help!
    Kyle

    L = comp("Series Name").layer("Series Name");
    for (i = thisComp.width; i >= 0; i--){
    temp = L.sampleImage([i,thisComp.height/2],[0.5,thisComp.height/2],true,time);
    if (temp[3] > 0) break;
    }
    [i,value[1]]

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