Get Project Property
Reads one property from a Premiere project. If `project` is omitted, the active project is used. The `HAS_OBJECT_MASK` property reports whether Premiere currently sees any object mask usage in that project context.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
project | no | expression | reference, string, null | — |
property | yes | string | enum-string | NAME, PATH, GUID, HAS_OBJECT_MASK |
Notes
- Reads project-level properties from a Premiere project.
HAS_OBJECT_MASKreports whether Premiere currently sees any object mask usage in that project context.
See Also
- Premiere Reference Paths: Explains Premiere reference path strings for project items, sequences, tracks, timeline items, markers, components, and parameters.
Examples
Render Sequence Marker Ranges
Renders one safely named file per non-zero-duration active-sequence marker. The setup dialog offers an optional `.epr` preset; leaving it empty uses the Premiere-installed H.264 Match Source - Adaptive High Bitrate preset.
Topics: markers, rendering and export, sequence export, presets, filename patterns, file dialogs, folder dialogs, collision handling
Source: recipes/ex-markers-render-active-sequence-ranges-with-preset.json