Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rendertom committed Aug 18, 2020
1 parent d672261 commit c7729af
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
19 changes: 19 additions & 0 deletions 1 - Introduction/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.. highlight:: javascript

.. _changelog:

Changelog
#########

What's new and changed for scripting?

----

.. _Changelog.13.x:

`Adobe Premiere Pro 13.x`_
************************************************************************************************************************************

- Scripting access to Marker colors:
- Added: :ref:`Marker.getColorByIndex`
- Added: :ref:`Marker.setColorByIndex`
10 changes: 8 additions & 2 deletions 12 - Marker object/marker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,12 @@ Marker.getColorByIndex()

``app.project.activeSequence.getFirstMarker().getColorByIndex(markerIndex)``

.. note::
This functionality was added in Adobe Premire Pro 13.x.

**Description**

Gets the marker color index. (added in 13.x)
Gets the marker color index.

**Parameters**

Expand Down Expand Up @@ -197,9 +200,12 @@ Marker.setColorByIndex()

``app.project.activeSequence.getFirstMarker().setColorByIndex(colorIndex, markerIndex)``

.. note::
This functionality was added in Adobe Premire Pro 13.x.

**Description**

Sets the marker color by index. Color indexies listed below. (added in 13.x)
Sets the marker color by index. Color indexies listed below.

* 0 = Green
* 1 = Red
Expand Down
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Welcome to the Premiere Pro Scripting Guide!
:caption: Introduction

1 - Introduction/index
1 - Introduction/changelog
1 - Introduction/extendscript-overview
1 - Introduction/how-to-execute-scripts

Expand Down

0 comments on commit c7729af

Please sign in to comment.