I am trying to remove specific objects only in a reference frame after running my main program. When I try to delete my boxes and add a name regex it no longer works. If I don't add a name regex it will delete my pallet when I try to delete my palletized objects.
I have 4 different types of boxes all starting with the name 'Box' followed by the measurements after because I use a box spawner. What is the correct name regex to delete these boxes AND ONLY these boxes?
Info in pictures.
SOLVED: Box.* works
I have 4 different types of boxes all starting with the name 'Box' followed by the measurements after because I use a box spawner. What is the correct name regex to delete these boxes AND ONLY these boxes?
Info in pictures.
SOLVED: Box.* works