A question about Hide
All  1-4  5-8

Previous
Next
 From:  Michael Gibson
3919.5 In reply to 3919.3 
Hi David, also you asked:

> And I think that if unhide command only unhide the
> previous hidden objects (not all included in no active layers)
> it was better. At least in my case. What do you think?

I don't think that this would work, it would be too easy for some objects to have no way of being shown easily if it worked like you describe.

Here's the kind of situation where it would not work - say you have 3 objects, and you select one of them and hide it. Now after a little bit you select a second object and hide it as well. Now later on you go to show objects - if it worked the way you are describing only one of the hidden objects would be shown and the one hidden before that would not be shown. But what if you wanted that first one to be shown, now there is a problem...

So to keep things simple, when you use the show function (clicking on the Edit>Hide button with nothing selected), it just shows all objects to ensure that you can have a simple way to get everything showing.

But that's also why there are some supplemental functions like Isolate (right-click) or "Show subset" (Ctrl+click) to help do some more selective operations.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 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
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  d^^b (DAVID)
3919.7 
Michael:

You don´t know what so lucky are MoI´s users!

Definitively, this script is exactly the thing I was looking for! (I must admit that I couldn´t see that all I need was a combination of Invert selection + Isolate but it is easiest)

Thank you, thank you, thank you! :-)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Michael Gibson
3919.8 In reply to 3919.7 
You're welcome David, I'm glad that script will help you!

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1-4  5-8