Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Updating Layer Markers

  • Updating Layer Markers

    Posted by Mackie John on September 7, 2022 at 2:59 pm

    I need to update Layer Markers from the source using extended script. I was earlier using the following

    var activeItem = app.project.activeItem;

    var bodyComp = app.project.items[6];

    bodyComp.openInViewer();

    var selectedLayer = bodyComp.layers[7];

    selectedLayer.selected = true;

    app.executeCommand(2539);

    For this to work the GUI needs to remain open. Im using aerender.exe to render and want to execute the jsx using it. I don’t want the GUI to remain open. Is there any other way of updating the layer marker from the source. E.g. Audio Layer marker from audio source file.

    Mackie John replied 3 years, 8 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

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