omcollection
OMCollection object
Section titled “OMCollection object”app.project.renderQueue.items.outputModules
Description
Section titled “Description”The OMCollection contains all of the output modules in a render queue. The collection provides access to the OutputModule objects, and allows you to create them. The first OutputModule object in the collection is at index position 1.
OMCollection is a subclass of Collection object. All methods and attributes of Collection are available when working with OMCollection.
Methods
Section titled “Methods”OMCollection.add()
Section titled “OMCollection.add()”app.project.renderQueue.item(1).outputModules.add()
Description
Section titled “Description”Adds a new Output Module to the Render Queue Item, creating an OutputModule.