Shows or hides the Render Queue panel.doShow When true, show the Render Queue panel. When false, hide it.Nothing.
Monthly Archives: March 2015
render()
Starts the rendering process. This is the same as clicking Render in the Render Queue panel. The method does not return until the render process is complete
pauseRendering()
Pauses the current rendering process, or continues a paused rendering process. This is the same as clicking Pause in the Render Queue panel during a render.
item()
Gets a specified item from the items collection.index The position index of the item. An integer in the range [0..nu m Ite ms].RenderQueueItem object.
rendering
When true, the rendering process is in progress or paused. When false, it is stopped.Boolean; read-only.
numItems
The total number of items in the render queue.Integer; read-only.
items
A collection of all items in the render queue.RQItemCollection object; read-only.
PropertyGroup object
The PropertyGroup object represents a group of properties. It can contain Property objects and other PropertyGroup objects. Property groups can be nested to
property()
Finds and returns a child property of this group, as specified by either its index or name.A name specification can use the same syntax that is available wi
canAddProperty()
Returns true if a property with the given name can be added to this property group. For example, you can only add mask to a mask group. The only legal input