Skip to content

Commit

Permalink
Added new items for 16.1 and updated entries for 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1Resonant committed Apr 3, 2019
1 parent 705844c commit bfe8689
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion docs/introduction/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ What's new and changed for scripting?

----

.. _Changelog.16.1:

`After Effects 16.1`_
************************************************************************************************************************************

- Scripting access to Viewer guide and ruler booleans:
- Added: :ref:`Viewer.guidesLocked`
- Added: :ref:`Viewer.guidesSnap`
- Added: :ref:`Viewer.guidesVisibility`
- Added: :ref:`Viewer.rulers`
- Scripting access to add, remove, and set existing guides:
- Added: :ref:`AVItem.setGuide()`
- Added: :ref:`AVItem.removeGuide()`
- Added: :ref:`AVItem.setGuide()`
- Scripting access to additional EGP property attributes:
- Added: :ref:`CompItem.motionGraphicsTemplateControllerCount`
- Added: :ref:`CompItem.getMotionGraphicsTemplateControllerName()`
- Added: :ref:`CompItem.setMotionGraphicsControllerName()`
- Added: :ref:`Property.addToMotionGraphicsTemplateAs()`

----

.. _Changelog.16.0:

`After Effects 16.0`_
Expand All @@ -20,9 +42,12 @@ What's new and changed for scripting?
- Added: :ref:`Project.workingSpace`
- Added: :ref:`Project.workingGamma`
- Added: :ref:`Project.listColorProfiles`
- Added: :ref:`Project.Project.linearizeWorkingSpace`
- Added: :ref:`Project.compensateForSceneReferredProfiles`
- Scripting access to the expression engine attribute:
- Added: :ref:`Project.expressionEngine`
- Added project method :ref:`Project.setDefaultImportFolder`, which sets the folder that will be shown in the file import dialog.
- Added project method :ref:`Project.setDefaultImportFolder`, which sets the folder that will be shown in the file import dialog.
- Added app property :ref:`app.disableRendering`, which disables rendering via the same mechanism as the Caps Lock key.

----

Expand Down

0 comments on commit bfe8689

Please sign in to comment.