Inside mode of scene browser

 From:  Michael Gibson
2726.11 In reply to 2726.10 
Hi Petr,

> Except the "Browser" button is too far from the scene
> browser after switching to "Opposite" mode. Well, I can
> define a shortcuts :) ...

Yeah, having the button for showing it be a far distance away from it was
one of the reasons why I didn't initially have a opposite mode. I don't
really know how to solve that, since there is not really any good place
to put that same kind of toggle button on the left right now.

But yes a keyboard shortcut may be your friend here, the one for that is:
code:
script: /* Toggle browser pane on/off */ moi.ui.showBrowserPane = !moi.ui.showBrowserPane;


> ...but It would be nice if the scene browser could be opened &
> closed by clicking anywhere along a left edge of MoI's main
> window (or right edge if user swaps side pane and scene
> browser pane).

That's definitely a good idea to try - but that one is going to have to go on the wish list to look at in the future at some point though.

- Michael