Forum Replies Created

  • Gyula Bodonyi

    March 23, 2023 at 2:06 pm in reply to: AE outPoint expression bug

    Yes I did. 🙁 I think something wrong happened with that one comp, or got posessed by an evil spirit. If I create a new comp it works as it should be. It’s just a pain in the ass because I have to replace many comps which are the duplicates of the bugged one.

  • Gyula Bodonyi

    March 22, 2023 at 10:07 am in reply to: AE outPoint expression bug

    here’s a printscreen of the issue. If I create an other comp, it reads the value correctly. The framerate is 30 fps for all, and also no time remapping is applied.

  • Gyula Bodonyi

    January 3, 2019 at 9:40 am in reply to: break in source text

    Dear Dan!

    I have a question about line breaks via script. I want to write a script that makes a text layer with an expression. It’s all good, and working but if I want to make line breaks in the final result, the break only appears in my expression. Do you have any idea?

    myComp.layer("").text.sourceText.expression =
    "try{"+"\r"+
    "L=parent;"+"\r"+
    "t=time-L.inPoint;"+"\r"+
    "tF=timeToFrames(t);"+"\r"+
    "t=timeToCurrentFormat(t);"+"\r"+
    "t+ ' \r ' +tF;"+"\r"+ // that would be the problematic part. It breaks the expression, not the final result.
    "}catch(e){"+"\r"+
    "'select a parent layer'"+"\r"+
    "}"

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