Adding placeholders to render queue

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
ernpchan
Posts: 56
Joined: February 8th, 2010, 11:27 pm

When I do the below on a placeholder (import replace usage sequence) nothing happens. Is there something wrong with my code or do placeholders not register as addable items? If I add code to get and alert the name of the placeholder I get the name. The code works on actual footage or comp items.

Code: Select all

var selected = app.project.activeItem;
app.project.renderQueue.items.add(selected);
ernpchan
Posts: 56
Joined: February 8th, 2010, 11:27 pm

Figured it out. You have to add the footage to a comp first and then add the comp to the queue.
Post Reply