Skip to content

Commit

Permalink
Removed "()" from method names, as they were breaking links.
Browse files Browse the repository at this point in the history
  • Loading branch information
1Resonant committed Apr 3, 2019
1 parent 59d8f5f commit 4ab42fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/introduction/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ What's new and changed for scripting?
- Added: :ref:`Viewer.guidesVisibility`
- Added: :ref:`Viewer.rulers`
- Scripting access to add, remove, and set existing guides:
- Added: :ref:`AVItem.addGuide()`
- Added: :ref:`AVItem.removeGuide()`
- Added: :ref:`AVItem.setGuide()`
- Added: :ref:`AVItem.addGuide`
- 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()`
- Added: :ref:`CompItem.getMotionGraphicsTemplateControllerName`
- Added: :ref:`CompItem.setMotionGraphicsControllerName`
- Added: :ref:`Property.addToMotionGraphicsTemplateAs`

----

Expand Down

0 comments on commit 4ab42fb

Please sign in to comment.