I created two box and added the "boxID" attribute to them at the primitive level using the attribute create node, where box1 has a boxID of 0 and box2 has a boxID of 1. I then merged them and tried to delete the primitive with boxID of 1 using the blast node, but it only deleted one primitive. How should I solve this problem?
You should probably be using the delete sop With delete by expression turned on. Or you can use the group by expression sop and then use that group in the blast sop
鲁卡普1 You should probably be using the delete sop With delete by expression turned on. Or you can use the group by expression sop and then use that group in the blast sop
Thank you for your answer! It's just a wrong syntax question about spaces.