Getyamamout
April 28, 2025 16:48:51
I have a string array that has collected all the possible usable attributes that I want and set them in alphabetical order. Just need to get rid of the duplicate ones as the array is to be used to create a dropdown list of "name" choices for editing purposes. can't find out how I did this in the past?
Getyamamout
April 29, 2025 11:19:35
Ok maybe this might be a better way to do the same...
I want to get all the different variables an attribute has that the current prims use and create a list in an array.
I only want it to use each variable once in the list.
I am trying to create valid choices for a dropdown picker to help reduce the use of extra variants in an attribute.
and make the amount of choices smaller and more streamlined as the project moves on.
Tanto
April 29, 2025 11:40:57
This can be achieved with
uniquevals() [
www.sidefx.com].
Getyamamout
April 29, 2025 12:18:23
can't work out the info page
tamte
April 30, 2025 08:05:54
If its a string attribite and the menu you are talking about is in the parameter pane then you can directly use Python menu script
https://www.sidefx.com/forum/topic/93685/#post-408934 [
www.sidefx.com]
Getyamamout
May 2, 2025 06:20:32
Its all good now thanks the "uniquevals" did the trick when I got my head round what was needed to use it.