Skip to content

Commit

Permalink
openSequence
Browse files Browse the repository at this point in the history
Updated param documentation
  • Loading branch information
bbb999 committed Sep 15, 2020
1 parent 7a97490 commit ce445cb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/general/project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -740,19 +740,19 @@ Returns a :ref:`sequence`, or **0** if unsuccessful.
Project.openSequence()
*********************************************

``app.project.openSequence(sequenceID)``
``app.project.openSequence(sequence.sequenceID)``

**Description**

Makes the :ref:`sequence` with the provided sequence ID, active. This will open the sequence in the Timeline panel.

**Parameters**

================ ================== =======================
Argument Type Description
================ ================== =======================
``sequenceID`` :ref:`sequence.id` A valid sequence ID that should be opened.
================ ================== =======================
================ =========================== =======================
Argument Type Description
================ =========================== =======================
``sequenceID`` :ref:`sequence.sequenceID` A valid sequence ID that should be opened.
================ =========================== =======================

**Returns**

Expand Down

0 comments on commit ce445cb

Please sign in to comment.