For example, I have a menu called
shot:Medium 0 Far 1 Wide 2
I can read the value of the menu easily enough with
@shot.What I also want is to read the name of each item, so when I'm writing a file name, I want it to be
$HIP/render/`@shot`.exr, but with the name, not the number. I have the reverse problem when using a String Menu. With that, I can obviously get the string value, but I also want to get the index of the selected menu item, for the Switch node.


