MoI wishlist

 From:  Michael Gibson
6864.18 In reply to 6864.17 
Hi Metin,

> — A camera / viewport roll control (e.g. middle or right pen/mouse button together with Alt, Ctrl or Shift).

See here for how to set up a shortcut key to do this:
http://moi3d.com/forum/index.php?webtag=MOI&msg=6680.2


> — Ability to switch to a left / back / bottom view in the quad view, in stead of
> having to go full-screen for that.

Set up the following script on a shortcut key and it will allow you to do that - when you trigger it, it will reverse the view that the mouse is over:

script: /* Reverse view under mouse */ moi.ui.mainWindow.viewpanel.reverseView( moi.ui.getActiveViewport().name );

- Michael