
Script:var vname = 'Back' var vp = moi.ui.mainWindow.viewpanel vp.mode = vname if ( vp.getViewport(vname).name != vname ) vp.reverseView( vname ) Script:var vname = 'Front' var vp = moi.ui.mainWindow.viewpanel vp.mode = vname if ( vp.getViewport(vname).name != vname ) vp.reverseView( vname ) Script:var vname = 'Bottom' var vp = moi.ui.mainWindow.viewpanel vp.mode = vname if ( vp.getViewport(vname).name != vname ) vp.reverseView( vname ) Script:var vname = 'Top' var vp = moi.ui.mainWindow.viewpanel vp.mode = vname if ( vp.getViewport(vname).name != vname ) vp.reverseView( vname ) Here are some scripts that should do what you want - these ones combine activating that tab and also switching the view inside the tab as well: Hi Snead, for the shortcuts part - those scripts you're using currently work the same as clicking on one of the view tab buttons, it will just activate that tab and not switch it between the 2 different views that can be on the tab. It's quality of output and fluidity of use for the artist are outstanding.

On a side note, I am rapidly coming to the conclusion that Moi is far above all the other nurbs softwares that I have used. I want to assign a unique shortcut to each view. I have also tried- script:moi.ui.( 'Right' ) -but this only serves as a toggle between Left and Right. However, as soon as I go to Left it brings up the Right view. I have assigned the following shortcuts:Ģ=script:moi.ui. = 'Front' Ĥ=script:moi.ui. = 'Left' ĥ=script:moi.ui. = 'Top' Ħ=script:moi.ui. = 'Right' įront, Top and Right work fine. It makes no difference, the behavior continues.ĭoes this have something to do with 8 and * being on the same regular keyboard key?Ģ. I have gone to the config file and assigned reset to numpad *.

Close Moi and reopen, reset is automaticaly assigned to numpad 8. I assigned numpad* to "Maximize the view the mouse is over" and it works fine.
