The total number of Output Modules assigned to this item.Integer; read-only.
Category Archives: Collection object
outputModule()
Gets an output module with the specified index position.index The position index of the output module. An integer in the range [1..numOutputModules].OutputM
precompose()
Creates a new CompItem object and moves the specified layers into its layer collection. It removes the individual layers from this collection, and adds the
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
outputModules
The collection of Output Modules for the item.OMCollection object; read-only.
Collection object
Like an array, a collection associates a set of objects or values as a logical group and provides access to them by index. However, most collection objects
saveAsTemplate()
Saves the itemメs current render settings as a new template with the specified name.name A string containing the name of the new template.Nothing.