Right now when you create a flat sequence, you can use the right-click context menu to remove, add after, add before, or delete frames. You can also remove the flat sequence. The only way to exit the flat sequence is to process thru all frames in the sequence.
I run into the situation where I've created a flat sequence with lots of frames - and then in proicess of finishing my code, I either (1) detect an error condition in a frame that I would like to use to skip the remainder of the flat sequence, or (2) discover that I'd like the rest of the flat sequence to differ based on a case statement, or (3) come to an error or other condition that makes it necessary to exit the sequence without processing thru the rest of the frames.
There are several things I'd like to see added to flat sequences:
1. On the context menu, add "split sequence" before "remove sequence". This would only work when you right-click from a vertical frame divider and would separate the flat sequence at that point into two separate sequences. This solves the problem of wanting to do that manually - now you have to make a copy of the sequence you want to split, and delete the appropriate frames from each copy one-at-a-time. This is a pain.
2. Add a conditional terminal "exit sequence" that you pass a boolean to - if true, is skips the rest of the frames in the sequence.
There is no functionality added by my suggestions that can't be done manually now - these are user interface suggestions to make flat sequences more programmer-friendly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 2 kudos within 2 years after posting will be automatically declined.