You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MarkerCollection object represents a collection of :ref:`Marker objects <marker>` in a :ref:`projectItem` and :ref:`sequence`.
11
+
The MarkerCollection object represents a collection of :ref:`Marker objects <marker>` in a :ref:`projectItem` and :ref:`sequence`.
12
12
13
13
MarkerCollection is a subclass of :ref:`collection`. All methods and attributes of Collection, in addition to those listed below, are available when working with MarkerCollection.
Copy file name to clipboardExpand all lines: docs/collection/projectcollection.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ProjectCollection object
8
8
|``app.projects``
9
9
|``app.production.projects``
10
10
11
-
The ProjectCollection object represents a collection of :ref:`Project objects <project>`.
11
+
The ProjectCollection object represents a collection of :ref:`Project objects <project>`.
12
12
13
13
ProjectCollection is a subclass of :ref:`collection`. All methods and attributes of Collection, in addition to those listed below, are available when working with ProjectCollection.
14
14
@@ -26,10 +26,10 @@ ProjectCollection.numProjects
26
26
|``app.projects.numProjects``
27
27
|``app.production.projects.numProjects``
28
28
29
-
**Description**
29
+
#### Description
30
30
31
31
The total number of projects and productions found in the Project panel.
Copy file name to clipboardExpand all lines: docs/collection/projectitemcollection.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ProjectItemCollection object
7
7
8
8
``app.project.rootItem.children``
9
9
10
-
The ProjectItemCollection object represents a collection of :ref:`ProjectItem objects <projectItem>` in an active project.
10
+
The ProjectItemCollection object represents a collection of :ref:`ProjectItem objects <projectItem>` in an active project.
11
11
12
12
ProjectItemCollection is a subclass of :ref:`collection`. All methods and attributes of Collection, in addition to those listed below, are available when working with ProjectItemCollection.
0 commit comments