I'm trying to hide a range of models using ~modeldisplay #16-60.
For display purposes, I want to to make them disappear one by one or in groups. I can of course write down a bunch of ~modeldisplay #16; wait 5; ~modeldisplay #17; wait 5;...etc.
Is there a way to for loop that process in the command line or do it in a better way?
Regards.