Is there an generic way to access the # of a multiparm parameter in its callback script?
I found a workaround by passing kwargs to the callback function and extracting the number from the parm name. But this seems clunky.
Maybe something like hou.Par.digitsInParmName() ?
Thanks,
Georg