Is there a go-to way to create a custom parameter for attribute selection? What I’m looking for would be the same parameter like the inputattrscope on the mathPOP but with the preexisting menuNames etc. (including the built-in attributes like _PointI).
I’ve tried referencing a paramerer like this for the menuSource, but it’s not updating correctly
I’m not super familiar with POP attributes, but TDFunctions.parMenu lets you create a menu from lists on the fly if that’s helpful. You can use that function in the menuSource if you can get a list of the attributes you want. If you can’t get that list easily, if you provide an example of what you want, I can get it to the right dev…
1 Like
I’ve tried doing it with python before. I think I couldn’t get the dependencies set up correctly, such that new attributes weren’t available after input changed.
If you can give me an example file with that I can probably get the data to be properly updated.