Copy link to clipboard
Copied
I'm using `var directSequences = app.project.sequences;` to get the sequences for the current project. However, I've noticed that if I open the project in PR Production, this method will retrieve all sequences in PR Production, not just those in the currently open project.
Is there any way to filter sequences for the currently open project?
Thank you
My testing doesn't match your experience.
var howManySequences = app.project.sequences.length;Copy link to clipboard
Copied
my env is on mac, PPRO version 25.5.0 b13
Copy link to clipboard
Copied
My testing doesn't match your experience.
var howManySequences = app.project.sequences.length;Copy link to clipboard
Copied
Thank you for your reply.
I discovered that these sequences weren't due to production mode, but rather because some clips were created using multi-camera sequences. After refactoring the project, only the final edit sequences were retained, and these multi-camera sequences weren't included in the current project. However, when filtering sequences using a script, these hidden sequences not currently in the project are automatically found.
So the question becomes: how can I filter the sequences in the current project, without related sequences?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now