How to check if a clip on my active timeline is Enabled or Disabled in Automation Blocks (plugin)
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.
