Inspiring
October 2, 2024
Question
Automation Blocks - Clone, Enable and Replace
- October 2, 2024
- 1 reply
- 4807 views
Hello @Mathias Moehl
The attached script is meant to do the following...
Define variable 'bug' as a particular project item ('Prime_Bug')
-Clone Active Sequence
-(In Cloned Sequence) Enable all instances of Bug in the timeline
-(In Cloned Sequence) Replace '::V5/1' for another project item.
However, 2 issues
-Despite the fact that I defined variable 'bug', the script enables ALL disabled clips in the timeline, not just the item assigned to variable bug.
-How can I swap out '::V5/1' for a particular clip name? Let's say "Outro.mov".
So instead of that line of code pointing to track 5 / clip 1 in the cloned sequence, I want it to point to "outro.mov", no matter where that clip sits in the sequence. Nothing I try works.
