Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbb999 committed Aug 16, 2021
2 parents ea373e6 + c4d752b commit 5755d75
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/item/trackitem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,13 @@ Returns ``true`` if the trackitem is an adjustment layer; ``false`` if not.

----

TrackItem.isReversed()
.. _trackItem.isSpeedReversed():

TrackItem.isSpeedReversed()()
*********************************************

| ``app.project.sequences[index].audioTracks[index].clips[index].isReversed()``
| ``app.project.sequences[index].videoTracks[index].clips[index].isReversed()``
| ``app.project.sequences[index].audioTracks[index].clips[index].isSpeedReversed()()``
| ``app.project.sequences[index].videoTracks[index].clips[index].isSpeedReversed()()``
**Description**

Expand Down

0 comments on commit 5755d75

Please sign in to comment.