Individual MenuNames/Labels for sequential parameters

It would be great if one could define different menuNames/Labels for menus in sequential parameters (via python). Not sure if that’s difficult to set up, but I think it would be quite useful.

1 Like

That would be great. I was just looking into something similar and I ended up with something like this with:
tdu.TableMenu(op(f'"./seq_menus/table_{int(me.curBlock.index)}"'))
The tables could be built with Python, but creating the sequence blocks / adding sequence parameters with Python seems tough at the moment.

1 Like