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
|