deselect objects with certain name

 From:  Michael Gibson
5950.6 In reply to 5950.3 
And if you want to put the "Show subset" function on a shortcut key instead of using Ctrl+click on the Hide button, set the following as the command part of the shortcut key:

script: /* Show subset of hidden objects */ moi.geometryDatabase.showSubset();


Originally in MoI the main basic "Show" function (by just plain left click on Edit > Hide with nothing selected) worked like this, but too many people got confused at the temporary switch between all hidden and displayed objects so it got moved to an auxilary function by Ctrl click instead.

(EDIT: posted at the same time you were posting above....)


- Michael