I’m hoping someone can help with a problem I’ve been struggling with. I have a script (not originally mine, but very useful) that allows me to select certain layers and hide them in every detail viewport cycling through all the pages that i have. I’m trying to reverse this functionality so that the selected layers are shown instead.
My end goal is to have a checkbox for all pages, so I can choose which page(s) the script operates on. I tried simply replacing the _hidelayerindetail command with showlayersindetail, but it seems the two commands handle layer selection differently.
Any hints, suggestions, or imports I might be missing would be greatly appreciated.
Thanks for the feed back, i have about 120 layout pages so that method is very time consuming. I managed for find some scripts in another page that i modified a little to make work how i want.