A question about Hide

 From:  Michael Gibson
3919.6 In reply to 3919.3 
Hi David, also if you want to use that Invert selection + Isolate method, it's possible to combine those 2 things together in just one keyboard shortcut.

For that, put the following on a shortcut key:

script:var gd = moi.geometryDatabase; gd.invertSelection(); gd.isolate();

That shortcut key will then work like a kind of "hide with memory". Select an object and use the shortcut key to hide it, and then later on trigger the shortcut key a second time to restore the object to visible again.

- Michael