Hi all,
Looking for two different ways to name lots of objects.
-a simple way to name objects based on a list (a text list generated in excel)
-a way to name objects based on the text in a text dot. (ex: I have 600 objects labeled with numbered dots, I want to run a script that lets me pick a dot then select objects to have the name be what’s in that dot, or select objects first then pick the dot, either way.
I need to do this in a specific order for these objects.
Similar to the way the autonamer works in Peter’s Tools, the text input pops up for each set of objects, this text entry would be autofilled by the ordered list.
Ideally I wouldn’t have to pre-select in order every set of objects though. Would be great to run the script, Rhino asks what objects I want named with the first name, select the objects, rinse and repeat down the list.
Amazing! Thank you Pascal!
My only request on this would be to have the ability to cancel in middle of the operation. When I hit escape it wants to go through the whole list, which is problematic for a huge # set.
Hello - the input is a text file with a list of names - the thing reads that in and for each name, one by one, you get to choose the objects to be named.
Looking to extend the script with UserText Key, Value data.
So every CSV line look like ObjName, Key1, Value1, Key2, Value2
When the key would already exist, only the value should be updated.
Anyone could create an example for this?