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
|