Skip to content

Commit

Permalink
Merge pull request #7 from aenhancers/colombo/add-2022-notes
Browse files Browse the repository at this point in the history
Add notes to functionality added in version 22.0
  • Loading branch information
zlovatt committed Oct 26, 2021
2 parents d09dd37 + 8825887 commit 93a626a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/general/application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,9 @@ app.setMultiFrameRenderingConfig()

``app.setMultiFrameRenderingConfig(mfr_on, max_cpu_perc)``

.. note::
This functionality was added in After Effects 22.0 (2022)

**Description**

Calling this function from a script will set the Multi-Frame Rendering configuration for the next render.
Expand Down
3 changes: 3 additions & 0 deletions docs/general/project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,9 @@ Project.layerByID()
``app.project.layerByID(id)``
.. note::
This functionality was added in After Effects 22.0 (2022)
**Description**
Instance method on Project which, when given a valid ID value, returns the Layer object in the Project with that given ID.
Expand Down
3 changes: 3 additions & 0 deletions docs/layers/layer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ Layer.id

``app.project.item(index).layer(index).id``

.. note::
This functionality was added in After Effects 22.0 (2022)

**Description**

Instance property on Layer which returns a unique and persistent identification number used internally to identify a Layer between sessions.
Expand Down
3 changes: 3 additions & 0 deletions docs/properties/property.rst
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ Property.essentialPropertySource

``app.project.item(index).layer(index).essentialProperty.property(index).essentialPropertySource``

.. note::
This functionality was added in After Effects 22.0 (2022)

**Description**

Instance property on an Essential Property object which returns the original source Property which was used to create the Essential Property.
Expand Down
3 changes: 3 additions & 0 deletions docs/renderqueue/renderqueue.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ RenderQueue.queueNotify

``app.project.renderQueue.queueNotify``

.. note::
This functionality was added in After Effects 22.0 (2022)

**Description**

Read or write the **Notify** property for the entire Render Queue.
Expand Down
3 changes: 3 additions & 0 deletions docs/renderqueue/renderqueueitem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ RenderQueueItem.queueItemNotify

``app.project.renderQueue.item(index).queueItemNotify``

.. note::
This functionality was added in After Effects 22.0 (2022)

**Description**

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.
Expand Down

0 comments on commit 93a626a

Please sign in to comment.