Surface unwrap

 From:  Michael Gibson
6067.14 In reply to 6067.11 
Hi Andrei, ok I see now that script does not work to do the hiding instead of Edit > Hide.

Unfortunately it's not quite so easy to adjust that script for this particular case. The object that was initially picked has something called "selection lock" on it so that it does not register as a selection targetable object and that makes it not get returned for the getSelectedObjects() call that the script happens to be using.

For this specific case you'll need to use Edit > Hide instead of that script.

- Michael