You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to simply delete a track without using the QE api call. Example:
sequence = pymiere.objects.app.project.activeSequence
for index in range(sequence.videoTracks.numTracks):
track = sequence.videoTracks[index]
if track.name == "my_track":
#DELETE TRACK HERE
The text was updated successfully, but these errors were encountered:
I am trying to simply delete a track without using the QE api call. Example:
The text was updated successfully, but these errors were encountered: