Skip to main content
Known Participant
March 4, 2024
Answered

How to check if a clip on my active timeline is Enabled or Disabled in Automation Blocks (plugin)

  • March 4, 2024
  • 3 replies
  • 960 views

I have a Automation Blocks (Mamoworld Première Pro plugin) XML script that runs some actions on clips that are on my timeline. Actually, I only want to run the actions (read names & meta data) for clips that are actually ENABLED (thus, not disabled), cause these are the clips that are actually IN USE on the timeline.

 

In the Mamoworld documentation, I could not find how to check for the 'enabled' property.


The Première Pro API scripting docs do show that property:
https://ppro-scripting.docsforadobe.dev/item/trackitem.html#trackitem-disabled

 

How to check it within the Automation Blocks script? Help is appreciated.

This topic has been closed for replies.
Correct answer Mathias Moehl

Automation Blocks does not support this, yet, but I have it on my feature request list already. Actually more control over tracks and the missing project item attributes are pretty high on my list already.

3 replies

Mathias Moehl
Community Expert
Community Expert
April 4, 2024

Update: Today we published Automation Blocks 1.1.000, which contains the "enabled" property in the blocks Get Property of Clips and Set Property of Clips 🙂

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
Mathias Moehl
Community Expert
Mathias MoehlCommunity ExpertCorrect answer
Community Expert
March 4, 2024

Automation Blocks does not support this, yet, but I have it on my feature request list already. Actually more control over tracks and the missing project item attributes are pretty high on my list already.

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
Known Participant
March 4, 2024

@Mathias Moehl   Thanks.🙏 Any idea of an ETA/timeline for this implementations? ☺️ ( Cause now, the script is quite useless. Can't think of a workaround either. I just need it to skip disabled clips... 😐)

Mathias Moehl
Community Expert
Community Expert
March 5, 2024

Time is hard to estimate - depends on how much unpredictable issues show up during the development.

 

1) in the Pr menu "Sequence->Simplify Sequence" create a duplicate of your sequence in which all disabled clips are removed
2) run your Automation Blocks tool on that simplified sequence

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
Known Participant
March 4, 2024