I need a super simple Blender addon that hides all objects based on if their name includes a certain string.
Basically a text box and a button.
So I could type in "collision", click the button, and if there are any objects, which have the string "collision" in their name, they get hidden.
Use case: large asset library in a single Blender file with separate collision meshes for most objects. For batch exporting everything has to be made visible, but after batch exporting, I wanna make the collision meshes hidden again.
Could someone code up a "hide by name" Blender addon for me? :)