V3 beta Mar-17-2013 available now

 From:  Michael Gibson
5774.14 In reply to 5774.10 
Hi DesuDeus - now I remember the other new option that's in there that you had asked for, it's one for showing hidden lines only on selected objects instead of showing all hidden lines.

It was a lot more complicated to implement than you might think, since it involved various different things like hit testing, selection, and not just purely display.

But it's in there now, you can turn it on in the Options UI under Options > View > "Hidden edges on selected only".

Also you can flip it on or off by putting this script on a keyboard shortcut:

script: /* Toggle using hidden edge display for selected objects only */ moi.view.hiddenLinesSelectedOnly = !moi.view.hiddenLinesSelectedOnly;


When it's turned on you will only see and snap to and select hidden edges on selected objects when hidden edge display is enabled.

- Michael