Hey guys, I've hit a bit of a wall on how to best approach this. I have multiple items with "objName" attributes - These are prefixed with the name I want to break out and group by. IE:
objName:
CarA_hood
CarA_roof
CarA_left_mirror
CarB_windshield
CarB_left_rear_tire
CarC_hood
CarC_left_rear_tire
Using this attribute I wish to make groups: CarA, CarB, CarC. Is there an easy way to do this? I thought I might have luck in VOPS with a string split and pop node, but no dice. I've also tried doing it in a wrangle/python but I'm hitting a wall with the syntax.