Using object name to assign an object to a branch

I want to put a number of objects (in this case breps) in different branches according to their name (named in Rhino);

so Objects with the name “A” go in to branch {1}
… Objects with the name “B” go in to branch {2}

I have been using @andheum 's excellent plugins Human and Treefrog - and have managed to use the Assign Path component for groups, so branches according to object group, but haven’t manged to get it to work with object names.

Any ideas of way to do with with or without the Assign Path Component?

create set and then replace paths with the member index

1 Like

Think I’ve got it. Cheers!

With assign paths + create set, should be as simple as this:

1 Like