Skip to main content
Known Participant
December 2, 2023
Répondu

How to Toggle Track Lock in Premiere Pro with Automation Blocks (aescript plugin)

@Mathias Moehl 

Is there a way to toggle audio/video Track Lock in Premiere Pro with Mamoworld Automation Blocks (aescript plugin)?

@Bruce Bullis 

Is there a way to toggle audio/video Track Lock in Premiere Pro, with Extendscript API (or QE DOM) ?

Ce sujet a été fermé aux réponses.
Meilleure réponse par Mathias Moehl

Today we published an update of Automation Blocks, which includes a block to execute arbitrary jsx code. With this, you can now also lock tracks with Automation Blocks.

See https://docs.mamoworld.com/automation-blocks/block-reference/prOther#track-set-locked

3 commentaires

Mathias Moehl
Community Expert
Community Expert
April 4, 2024

Today we published an update of Automation Blocks, which includes a block to execute arbitrary jsx code. With this, you can now also lock tracks with Automation Blocks.

See https://docs.mamoworld.com/automation-blocks/block-reference/prOther#track-set-locked

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
Mathias Moehl
Community Expert
Community Expert
December 3, 2023

Automation Blocks does not support this, yet. On my feature request list now with link to this discussion 🙂

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
Bruce Bullis
Community Manager
Community Manager
December 2, 2023

Yes, Track objects (in the normal DOM) have isLocked() and setLocked() methods. 

Mathias Moehl
Community Expert
Community Expert
December 4, 2023

Intereting! Are those new? I don't find isLockedd/setLocked in the docs:

https://ppro-scripting.docsforadobe.dev/sequence/track.html#methods

 

 

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
Bruce Bullis
Community Manager
Community Manager
December 4, 2023

Are those new?
No, just under-documented.