Get videoTracks from projectItem and copy video/audioTracks to main sequence
I need to copy all video/audiotracks from one sequence to another.
First i'm finding needed projectItem (sequence) to copy tracks from using.
So first question, how i can get tracks from ProjectItem?
item.isSequence - returns true, but i can't figure out how to get tracks since it doesn't have videoTracks attribute...
I want to make script that will automatically copy needed transition to main sequence, so i need to copy needed video/audioTracks from one sequence to another. Inserting whole sequence to main sequence doesn't work for me as i have to insert only needed tracks to add transition... Same as "insert and overwrite sequences as nests" does when you drag and drop another sequence to main one.
