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 Marker Ranges With Export Preset
Configures preset, output folder, filename pattern, and collision handling in one dialog, then renders one safely named file per non-zero-duration active-sequence marker with counted failures and guarded In/Out restoration.
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