The number of frames to skip when rendering this item. Use this to do rendering tests that are faster than a full render.A value of 0 skip no frames, and re
Monthly Archives: March 2015
render
When true, the item will be rendered when the render queue is started. When set to true, the RenderQueueItem.status is set to RQItemStatus.QUEUED. When set
outputModules
The collection of Output Modules for the item.OMCollection object; read-only.
onStatusChanged
The name of a callback function that is calledwhenever the value of the RenderQueueItem.status attribute changes.You cannot make changes to render queue ite
numOutputModules
The total number of Output Modules assigned to this item.Integer; read-only.
logType
A log type for this item, indicating which events should be logged while this item is being rendered.A LogType enumerated value; read/write . One of:LogType
elapsedSeconds
The number of seconds spent rendering this item.Integer, or null if item has not been rendered; read-only.
comp
The composition that will be rendered by this render-queue item. To change the composition, you must delete this render-queue item and create a new one.Comp
RenderQueue object
The RenderQueue object represents the render automation process, the data and functionality that is available through the Render Queue panel of a particular
stopRendering()
Stops the rendering process. This is the same as clicking Stop in the Render Queue panel during a render. You can call this method from an onStatusChanged o