RFE: passIndex member for TOPs

When you increase the “Passes” parameter on a TOP, it would be great if you could access the current pass within expressions like me.passIndex (similar to chanIndex for a CHOP). This could allow for cool new workflows…

One use case I’m thinking of would be with a circle TOP. You could increase the passes, then change the position and scale of each circle by referencing a CHOP – e.g. scale expression = op("constant_scale")["scale"][me.passIndex]. You could create as many various circles as you with just one TOP