Skip to main content

Set Sequence Property

Category: Pr Sequences Set Sequence Property block screenshot

Writes the selected property on a sequence. If sequence is omitted, the block uses the active sequence when supported. Use onError to decide whether errors stop the script, continue, or return false when the block supports it. If storeResultIn is set, the block also writes a result variable back to your graph.

Inputs

InputRequiredValue KindTypesEnum Values
sequencenoexpression
propertyyesstringenum-stringIN_POINT, OUT_POINT, ZERO_POINT, PLAYER_POSITION
valueyesexpression
onErrornoexpressionenum-stringSTOP, CONTINUE, RETURN_FALSE
storeResultInnovariable-name

Notes

No additional notes are available yet.

Examples

Render Marker Ranges With Export Preset

Prompts for an `.epr` preset and an output folder, then renders one file per non-zero-duration active-sequence marker by setting sequence in/out and exporting that range.

kind: Recipe · format: persisted-document · validation: Schema only

Topics: markers, rendering and export, sequence export, presets, file dialogs, folder dialogs

Source: recipes/ex-markers-render-active-sequence-ranges-with-preset.json

Download JSON