Two little questions

 From:  Michael Gibson
5664.2 In reply to 5664.1 
Hi DesuDeus, for the zoom area put the following for the "command" part of the shortcut key:

script: /* Do Zoom Area */ moi.ui.getActiveViewport().interactiveViewChange('zoomarea');


> Is it possible to have a script that toggle on/off the view rotation based on
> where the cursor is (kinda like in Cinema 4D) ?

I'm not exactly sure what you mean by toggling off the view rotation. Do you mean when you are in split view you want to maximize the particular view that the mouse cursor is over?

One that does that is here: http://kyticka.webzdarma.cz/3d/moi/#MaximizeViewport

- Michael