Copy link to clipboard
Copied
I currently want to use an extension script to change the label color for clips that are selected on the timeline, but I haven't figured out how to do it yet. Can someone help me with this?
Thank you very much.
Here's PProPanel, showing how to get/set Labels.
TrackItems inherit the label applied to their source projectItem, at the time of that trackItem's creation.
Hi NICK3DCODE,
You might find trackItem.move() useful.
https://ppro-scripting.docsforadobe.dev/item/trackitem.html?highlight=trackitem+move#trackitem-move
It's in the sample panel here:
Copy link to clipboard
Copied
Here's PProPanel, showing how to get/set Labels.
TrackItems inherit the label applied to their source projectItem, at the time of that trackItem's creation.
Copy link to clipboard
Copied
I know the topic isn't specifically about this, but since you mentioned the PProPanel... is there anything related to interaction with clips on the timeline? Specifically about moving/swapping clips (already trimmed) in position? All my attempts have been frustrated so far.
Copy link to clipboard
Copied
Hi NICK3DCODE,
You might find trackItem.move() useful.
https://ppro-scripting.docsforadobe.dev/item/trackitem.html?highlight=trackitem+move#trackitem-move
It's in the sample panel here: