Skip to content

Commit fc434ee

Browse files
Add .queueItemNotify attribute to RenderQueueItem
1 parent b880549 commit fc434ee

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/renderqueue/renderqueueitem.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,25 @@ The collection of Output Modules for the item.
135135

136136
----
137137

138+
.. _RenderQueueItem.queueItemNotify:
139+
140+
RenderQueueItem.queueItemNotify
141+
*********************************************
142+
143+
``app.project.renderQueue.item(index).queueItemNotify``
144+
145+
**Description**
146+
147+
Scripts can read and write the **Notify** checkbox for each individual item in the Render Queue. This is exposed in the UI as a checkbox next to each Render Queue item in the Notify column.
148+
149+
This column is hidden by default and may need to be selected to be visible by right clicking on the Render Queue column headers and choosing Notify.
150+
151+
**Type**
152+
153+
Boolean; read/write.
154+
155+
----
156+
138157
.. _RenderQueueItem.render:
139158

140159
RenderQueueItem.render

0 commit comments

Comments
 (0)