Need help removing string Duplicates in ARRAY (Vex)(SOLVED)

   1181   6   2
User Avatar
Member
76 posts
Joined: Dec. 2020
Offline
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?
Edited by Getyamamout - April 29, 2025 12:59:26
User Avatar
Member
76 posts
Joined: Dec. 2020
Offline
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.
User Avatar
Member
542 posts
Joined: Nov. 2016
Offline
This can be achieved with uniquevals() [www.sidefx.com].
User Avatar
Member
76 posts
Joined: Dec. 2020
Offline
can't work out the info page

Attachments:
help.png (4.5 MB)

User Avatar
Member
76 posts
Joined: Dec. 2020
Offline
I get it Thanks

Attachments:
solved.png (4.5 MB)

User Avatar
Member
9376 posts
Joined: July 2007
Offline
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]
Tomas Slancik
CG Supervisor
Framestore, NY
User Avatar
Member
76 posts
Joined: Dec. 2020
Offline
Its all good now thanks the "uniquevals" did the trick when I got my head round what was needed to use it.
  • Quick Links