Skip to content

Commit a5e2f2e

Browse files
authored
Merge pull request #18 from docsforadobe/CompParamNote
ComponentParamNote
2 parents ff412be + 427b60b commit a5e2f2e

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

docs/introduction/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ What's new and changed for scripting?
66

77
----
88

9+
.. _Changelog.23.x:
10+
11+
`Adobe Premiere Pro 23.0`_
12+
************************************************************************************************************************************
13+
14+
- Decision : No further changes or improvements to Premiere Pro's ExtendScript API are planned or scheduled. Any such changes will be reconsidered, once Premiere Pro moves to UXP-based extensibility.
15+
916
.. _Changelog.15.x:
1017

1118
`Adobe Premiere Pro 15.4`_

docs/item/projectitem.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,9 @@ app.setSDKEventMessage("Color Primaries " + " = " + colorSpace.primaries, 'info'
518518
app.setSDKEventMessage("Matrix Equation " + " = " + colorSpace.matrixEquation, 'info');
519519
}
520520

521-
----
521+
--------------------------------------
522522
.. _projectItem.getOriginalColorSpace:
523+
--------------------------------------
523524

524525
ProjectItem.getOriginalColorSpace()
525526
*********************************************

docs/sequence/componentparam.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ ComponentParam object
1111

1212
The **component parameter** object represents a parameter associated with a component, applied to a :ref:`trackItem`.
1313

14+
NOTE:
15+
For a developer working across different localizations, it's possible to find the corresponding keys by comparing ZStrings.
16+
Below is an example between En and De. Here are the paths to the files:
17+
C:\Program Files\Adobe\Adobe Premiere Pro 2024\Dictionaries\de_DE\zdictionary_PPRO_de_DE.dat ("...anti-flicker Filter")
18+
C:\Program Files\Adobe\Adobe Premiere Pro 2024\Dictionaries\en_US\zdictionary_PPRO_en_US.dat ("...anti-Flimmer Filter")
19+
1420
----
1521

1622
==========

docs/sequence/sequence.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Sequence.projectItem
162162

163163
**Description**
164164

165-
The :ref:`projectItem` associated with this sequence. Note that not all sequences will have a `projectItem`, there may be sequences in a project that Premiere generates that are invisible to the user, these do not have `projectItem`s.
165+
The :ref:`projectItem` associated with this sequence. Note that not all sequences will have a `projectItem`, there may be sequences in a project that Premiere generates that are invisible to the user, these do not have `projectItems`.
166166

167167
**Type**
168168

0 commit comments

Comments
 (0)