Forum Replies Created

  • Rombout Versluijs

    June 10, 2026 at 12:35 pm in reply to: Multiple corner radii for rounded corners

    Is there a way you can share your updates version?

  • Rombout Versluijs

    March 30, 2016 at 1:13 am in reply to: Re size / Scale Clips – Premiere Pro

    I see one problem with this, when i double click the scaled sequence in the the timeline it opens the sequence in a cropped window. The org sequence is 1920×1080 its placed in a video of 720×406.

    How can i change this

  • Rombout Versluijs

    March 24, 2016 at 4:49 am in reply to: Create Line Break After X Number of Characters

    sorry guys to bother, im just starting with this scripting. Ive used a code to generate dynamic text in a textfield on the stage, this gets filled by comment text of a marker. Im using this to add onscreen comments for the audio people without me having to keyframe everything.

    txt = value;
    n = 0;
    if (thisComp.marker.numKeys > 0){n = thisComp.marker.nearestKey(time).index;
    if (thisComp.marker.key(n).time > time) n--;
    if (n > 0) txt = thisComp.marker.key(n).comment;
    }
    txt;

    This is the code which grabbs the text from the comment section in a marker. When i combine this with the above for line breakes it stops working. Ive tried making a second variable and putting it below the loop, but didnt work

  • Rombout Versluijs

    March 24, 2016 at 4:28 am in reply to: expression for length of text layer

    I used this code have dynamic textfield which show my comments in a marker. Is there a method how i can set a maxwidth to that textfield so it uses line breaks automatically?

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