Reset Views

 From:  Michael Gibson
3016.2 In reply to 3016.1 
Hi Danny,

For reset all, set up this as the command on the shortcut key:

script:moi.view.resetAll();



To do just one viewport (the one under the mouse or the one that was last clicked in), use this:

script:moi.ui.getActiveViewport().reset();


- Michael