app.project.renderQueue.items.add(comp)
Description
Adds a composition to the Render Queue, creating a RenderQueueItem.
Parameters
comp The CompItem object for the composition to be added.
Returns
RenderQueueItem object.
app.project.renderQueue.items.add(comp)
Adds a composition to the Render Queue, creating a RenderQueueItem.
comp The CompItem object for the composition to be added.
RenderQueueItem object.