I have some geometry with a path primitive attribute. I want to delete this whole attribute, except the bit after the first /.
For example:
path = /Ex_car/SOSm:DLP/SOSm:DLP_chr/SOSm:DLP_chrShape
//Let's say I want to create a new attribute
new_path = /Ex_car
The length of the path can be different each time and ideally I'd like do this in a primitive wrangle.
I found some ways to isolate the last part of the path. But for some I can't seem to find a way to isolate the first part.
I'm fairly new to Houdini, so my question might be stupid
