Set postprocessing
I've encountered a bit of a problem these days. I had to make a piece which had a few modifications as opposed to the original piece. I already had a program so I decided to use that program and insert the piece with modifications into the original program. I did that so I could win some time instead of using templates. What I did not do was to pay attention to the sequence tree when posprocessing. I had mistakenly chose sequences from the original program and postprocessed those sequences in a set of sequences for the piece with modifications. Of course, the result was not so good. My question is if there is a way to choose the sequences that form the sets from the current operation. I only need to see on what operation I am and from there to form a set. Just like when postprocessing single NC sequences. By the way, strangely, I postprocessed different sequences from different operations. Which for me doesn't really make sense. Why would anyone do that?

